summaryrefslogtreecommitdiff
path: root/src/mesa/drivers/dri/i965
AgeCommit message (Expand)Author
2009-06-19intel: Also get the DRI2 front buffer when doing front buffer reading.Eric Anholt
2009-06-19intel: Update Mesa state before span setup in glReadPixels.Eric Anholt
2009-06-19i965: initial code for loops in vertex programsBrian Paul
2009-06-19i965: asst clean-ups, etc in brw_vs_emit()Brian Paul
2009-06-19i965: asst clean-ups, var renaming in brw_wm_emit_glsl()Brian Paul
2009-06-17i965: Add decode for the G4X x,y offset in surface state.Eric Anholt
2009-06-17i965: Fix up texture layout for small things with wide pitches (tiled)Eric Anholt
2009-06-17i965: Fall back or appropriately adjust offsets of drawing to tiled regions.Eric Anholt
2009-06-16Merge branch 'mesa_7_5_branch'Brian Paul
2009-06-16i965: fix bugs in projective texture coordinatesBrian Paul
2009-06-16i965: handle OPCODE_SWZ in the glsl pathRoland Scheidegger
2009-06-12i965: interpolate colors with perspective correction by defaultBrian Paul
2009-06-04intel: Add support for tiled textures.Eric Anholt
2009-06-02i965: Support OPCODE_TRUNC in the brw_wm_fp.c code.Eric Anholt
2009-05-21i965: fix whitespace in brw_tex_layout.cEric Anholt
2009-05-21i956: Make state dependency of SF on drawbuffer bounds match Mesa's.Eric Anholt
2009-05-21i965: rename var: s/tmp/vs_inputs/Brian Paul
2009-05-14i965: Fix varying payload reg assignment for the non-GLSL-instructions path.Eric Anholt
2009-05-14i965: Fix register allocation of GLSL fp inputs.Eric Anholt
2009-05-14i965: fix 1D texture borders with GL_CLAMP_TO_BORDERRobert Ellison
2009-05-12i965: enable additional code in emit_fb_write()Brian Paul
2009-05-12i965: increase BRW_EU_MAX_INSNBrian Paul
2009-05-12i965: commentBrian Paul
2009-05-11i965: handle extended swizzle terms (0,1) in get_src_reg()Brian Paul
2009-05-08i965: improve debug loggingRobert Ellison
2009-05-08i965: fix segfault on low memory conditionsRobert Ellison
2009-05-08intel: Add a metaops version of glGenerateMipmapEXT/SGIS_generate_mipmaps.Eric Anholt
2009-05-08i965: const qualifiersBrian Paul
2009-05-08i965: don't use GRF regs 126,127 for WM programsBrian Paul
2009-05-07i965: relAddr local var (to make debug/test a little easier)Brian Paul
2009-05-06i965: Remove bad constant buffer constant-reg-already-loaded optimization.Eric Anholt
2009-05-06i965: Remove the forced lack of caching for renderbuffer surface state.Eric Anholt
2009-05-06i965: Remove _NEW_PROGRAM from brw_wm_surfaces setup dependencies.Eric Anholt
2009-05-06i965: Split WM constant buffer update from other WM surfaces.Eric Anholt
2009-05-06i965: Disentangle VS constant surface state from WM surface state.Eric Anholt
2009-05-06i965: Don't create constant buffers if they won't be used.Eric Anholt
2009-05-01Merge branch 'const-buffer-changes'Brian Paul
2009-04-27i965: #include prog_print.h to silence warningBrian Paul
2009-04-27i965: only upload constant buffer data when we actually need the const bufferBrian Paul
2009-04-27i965: only upload constant buffer data when we actually need the const bufferBrian Paul
2009-04-24i965: rework GLSL/WM register allocationBrian Paul
2009-04-24i965: use drm_intel_gem_bo_map/unmap_gtt() when possible, otherwise dri_bo_su...Brian Paul
2009-04-24i965: fix point size issueRoland Scheidegger
2009-04-23i965: revert part of commit 4f4907d69f9020ce17aef21b6431d2dd65e01982Brian Paul
2009-04-23i965: Support drawing to FBO cube faces other than positive X.Eric Anholt
2009-04-23intel: Take advantage of GL_READ_ONLY_ARB to map to GEM bo_map write flag.Eric Anholt
2009-04-22i965: disable debug printfBrian Paul
2009-04-22i965: enable VS constant buffersBrian Paul
2009-04-22i965: define BRW_MAX_GRFBrian Paul
2009-04-22i965: remove old code to init surface-related cache IDsBrian Paul