aboutsummaryrefslogtreecommitdiffstats
path: root/src/mesa/drivers/dri
Commit message (Expand)AuthorAgeFilesLines
...
* mesa: GL_NV_blend_square is not optionalIan Romanick2013-06-285-5/+0
* mesa: GL_EXT_fog_coord is not optionalIan Romanick2013-06-285-5/+0
* mesa: GL_EXT_secondary_color is not optionalIan Romanick2013-06-285-5/+0
* mesa: GL_EXT_framebuffer_object is not optionalIan Romanick2013-06-285-5/+0
* swrast: Don't call _mesa_enable_._._extensions and _mesa_enable_sw_extensionsIan Romanick2013-06-281-56/+0
* i965: Merge the two GEN >= 6 extension enable blocksIan Romanick2013-06-281-7/+6
* i965: Move GEN >= 4 extensions into the "always on" listIan Romanick2013-06-281-43/+35
* i965: Move GEN >= 3 extensions into the "always on" listIan Romanick2013-06-281-17/+16
* i915: Remove GEN >= 4 extension supportIan Romanick2013-06-281-76/+3
* i965: Split surface format code into a new file (brw_surface_formats.c).Kenneth Graunke2013-06-283-702/+732
* i965,i915: Return early if miptree allocation failsChad Versace2013-06-272-0/+4
* i965: Move the remaining intel code to the i965 directory.Eric Anholt2013-06-2667-11392/+11367
* i915: Fork the shared code from i965.Eric Anholt2013-06-2643-25/+14731
* i915: Remove dead symlink.Eric Anholt2013-06-261-1/+0
* i965: Be more careful with the interleaved user array upload optimizationIan Romanick2013-06-261-1/+17
* i965/vs: Combine code generation's inst->opcode switch statements.Kenneth Graunke2013-06-261-163/+166
* i965: Remove broken source type assertions from brw_alu3().Kenneth Graunke2013-06-261-14/+5
* i965: Add back strict type assertions for MAD and LRP.Kenneth Graunke2013-06-261-2/+16
* i915: Drop dead batch dumping code.Eric Anholt2013-06-263-860/+0
* intel: Drop little bits of dead code.Eric Anholt2013-06-265-15/+0
* i965: Stop recomputing the miptree's size from the texture image.Eric Anholt2013-06-262-13/+7
* i965: Drop unused argument to translate_tex_format().Eric Anholt2013-06-263-4/+0
* i965/gen4-5: Stop using bogus polygon_offset_scale field.Eric Anholt2013-06-263-20/+1
* i915: Use the current drawbuffer's depth for polygon offset scale.Eric Anholt2013-06-261-1/+1
* intel: Add perf debug for glCopyPixels() fallback checks.Eric Anholt2013-06-261-33/+39
* i965: Add debug to INTEL_DEBUG=blorp describing hiz/blit/clear ops.Eric Anholt2013-06-263-0/+39
* i965/fs: Dump IR when fatally not compiling due to bad register spilling.Eric Anholt2013-06-261-1/+2
* xmlpool/build: Make sure to set mo properlyNaohiro Aota2013-06-251-1/+1
* i965: Remove the rest of brw_update_draw_buffer().Eric Anholt2013-06-251-27/+5
* i965: Stop updating FBO state on drawbuffers change.Eric Anholt2013-06-251-8/+0
* i965: Stop recomputing drawbuffer bounds on drawbuffer change.Eric Anholt2013-06-251-2/+0
* i965: Remove _NEW_DEPTH state flagging on drawbuffers change.Eric Anholt2013-06-252-3/+1
* intel: Stop doing special _NEW_STENCIL state flagging on drawbuffers.Eric Anholt2013-06-254-10/+5
* i965: Stop flagging viewport/scissor change on drawbuffers change.Eric Anholt2013-06-251-3/+0
* i965: Stop flagging _NEW_POLYGON on drawbuffers change.Eric Anholt2013-06-251-5/+0
* radeon: Remove gratuitous custom framebuffer resize code.Eric Anholt2013-06-251-31/+0
* intel: Remove gratuitous custom framebuffer resize code.Eric Anholt2013-06-251-30/+6
* mesa: Remove the Initialized field from framebuffers.Eric Anholt2013-06-253-6/+0
* mesa: Remove Driver.GetBufferSize and its callers.Eric Anholt2013-06-252-2/+0
* mesa: Use shared code for converting shader targets to short strings.Eric Anholt2013-06-211-5/+4
* glsl: Remove ir_print_visitor.h includes and usageEric Anholt2013-06-219-11/+2
* gen7: fix GPU hang on WebGL texture-size testJordan Justen2013-06-181-1/+1
* intel: Remove unused IS_POWER_OF_TWO() macro.Eric Anholt2013-06-181-2/+0
* intel: Allow blorp CopyTexSubImage to nonzero destination slices.Eric Anholt2013-06-173-14/+9
* intel: Allow blit CopyTexSubImage to nonzero destination slices.Eric Anholt2013-06-171-14/+9
* intel: Directly implement blit glBlitFramebuffer instead of awkward reuse.Eric Anholt2013-06-173-70/+72
* intel: Move XRGB->ARGB blit logic into intel_miptree_blit().Eric Anholt2013-06-174-100/+63
* intel: Fix Y tiling support for glCopyTexSubImage's alpha override.Eric Anholt2013-06-171-4/+4
* intel: Make batch macros for doing BCS_SWCTRL setup.Eric Anholt2013-06-171-37/+47
* mesa: Hide weirdness of 1D_ARRAY textures from Driver.CopyTexSubImage().Eric Anholt2013-06-172-6/+7