summaryrefslogtreecommitdiffstats
path: root/src/mesa/drivers
Commit message (Expand)AuthorAgeFilesLines
...
* | intel: Skip the DRI2 renderbuffer update when doing Viewport on an FBO.Eric Anholt2009-05-121-1/+1
* | intel: Map write-only buffer objects through the GTT when possible.Eric Anholt2009-05-122-2/+15
* | i915: Fix driver after HW glGenerateMipmap commit.Eric Anholt2009-05-121-0/+1
* | i965: handle extended swizzle terms (0,1) in get_src_reg()Brian Paul2009-05-111-0/+8
* | i965: improve debug loggingRobert Ellison2009-05-083-14/+86
* | i965: fix memory leak in context/renderbuffer region managementRobert Ellison2009-05-081-4/+60
* | i965: fix segfault on low memory conditionsRobert Ellison2009-05-081-0/+7
* | intel: Add a metaops version of glGenerateMipmapEXT/SGIS_generate_mipmaps.Eric Anholt2009-05-0810-76/+303
* | intel: Put the constant texcoords used in metaops into a vbo.Eric Anholt2009-05-085-40/+102
* | i965: const qualifiersBrian Paul2009-05-081-2/+2
* | i965: don't use GRF regs 126,127 for WM programsBrian Paul2009-05-082-5/+28
* | i965: relAddr local var (to make debug/test a little easier)Brian Paul2009-05-071-5/+6
* | i965: Remove bad constant buffer constant-reg-already-loaded optimization.Eric Anholt2009-05-061-13/+11
* | intel: Unmap buffers if needed at DeleteBuffer time.Eric Anholt2009-05-061-1/+10
* | i965: Remove the forced lack of caching for renderbuffer surface state.Eric Anholt2009-05-061-11/+8
* | i965: Remove _NEW_PROGRAM from brw_wm_surfaces setup dependencies.Eric Anholt2009-05-061-2/+1
* | i965: Split WM constant buffer update from other WM surfaces.Eric Anholt2009-05-065-90/+95
* | i965: Disentangle VS constant surface state from WM surface state.Eric Anholt2009-05-067-186/+255
* | i965: Don't create constant buffers if they won't be used.Eric Anholt2009-05-061-1/+17
* | mesa: in glReadBufer() set _NEW_BUFFERS, not _NEW_PIXELBrian Paul2009-05-015-5/+6
* | Test either GL_FRONT_LEFT or GL_FRONT for front-buffer renderingIan Romanick2009-05-011-1/+2
* | Merge branch 'const-buffer-changes'Brian Paul2009-05-0114-200/+350
|\ \ | |/ |/|
| * i965: #include prog_print.h to silence warningBrian Paul2009-04-271-0/+1
| * i965: only upload constant buffer data when we actually need the const bufferBrian Paul2009-04-276-17/+22
| * i965: rework GLSL/WM register allocationBrian Paul2009-04-242-48/+168
| * i965: disable debug printfBrian Paul2009-04-221-1/+1
| * i965: enable VS constant buffersBrian Paul2009-04-221-5/+9
| * i965: define BRW_MAX_GRFBrian Paul2009-04-221-0/+3
| * i965: remove old code to init surface-related cache IDsBrian Paul2009-04-221-14/+0
| * i965: comments, reformattingBrian Paul2009-04-221-17/+38
| * i965: actually use the new, second surface state cacheBrian Paul2009-04-221-17/+22
| * i965: checkpoint commit: use two state caches instead of oneBrian Paul2009-04-224-45/+88
| * i965: remove unused state atom entriesBrian Paul2009-04-221-9/+1
| * i965: the brw_constant_buffer state atom is no longer dynamicBrian Paul2009-04-222-33/+5
| * i965: add _NEW_PROGRAM_CONSTANTS to mesa_bits[] listBrian Paul2009-04-221-0/+1
| * i915: check the new _NEW_PROGRAM_CONSTANT flagBrian Paul2009-04-221-1/+1
| * i965: use _NEW_PROGRAM_CONSTANTS and always create new const buffersBrian Paul2009-04-221-14/+14
| * i965: updates to some debug codeBrian Paul2009-04-221-6/+6
| * i965: use new _NEW_PROGRAM_CONSTANTS flag instead of dynamic flagsBrian Paul2009-04-221-8/+1
| * r200/r300/r500: add _NEW_PROGRAM_CONSTANTS flagBrian Paul2009-04-224-6/+10
* | r300: Increase reference count of texture objects referenced by current state.Michel Dänzer2009-04-304-9/+11
* | R300: add quadpipe overridesAlex Deucher2009-04-281-4/+13
* | i965: avoid segfault in intel_update_renderbuffers() if using DRI1Brian Paul2009-04-281-3/+4
* | i965: only upload constant buffer data when we actually need the const bufferBrian Paul2009-04-276-17/+17
* | r300: always emit output insts after all KIL instsMaciej Cencora2009-04-272-3/+46
* | intel: Fix more issues with the combined depth-stencil attachmentIan Romanick2009-04-241-6/+13
* | intel: Initialize region ptr to prevent assertion in intel_region_referenceIan Romanick2009-04-241-1/+1
* | intel / DRI2: When available, use DRI2GetBuffersWithFormatIan Romanick2009-04-242-16/+99
* | i965: use drm_intel_gem_bo_map/unmap_gtt() when possible, otherwise dri_bo_su...Brian Paul2009-04-241-5/+9
* | i965: fix point size issueRoland Scheidegger2009-04-241-1/+1