summaryrefslogtreecommitdiffstats
path: root/src/mesa/drivers
Commit message (Expand)AuthorAgeFilesLines
* intel: Fix yet-another-bug in intel_texsubimage_tiled_memcpyChad Versace2012-09-281-0/+2
* meta: Use float for temporary images, not (un)signed normalized.Kenneth Graunke2012-09-271-4/+8
* intel: Don't advertise GLX_SWAP_COPY_OMLChad Versace2012-09-271-6/+6
* i965: Remove stale comment about rebuilding tnl_program.Eric Anholt2012-09-271-7/+0
* i965: Add a comment explaining one of the brw_draw_upload.c loops.Eric Anholt2012-09-271-0/+4
* i965: Remove broken non-interleaved-to-interleaved upload code.Eric Anholt2012-09-271-50/+2
* intel: Remove dead intel_format_to_rb_datatype.Eric Anholt2012-09-272-52/+0
* intel: Mark some file-local code as static.Eric Anholt2012-09-279-18/+9
* i965: Mark brw_disasm.c tables as static const.Eric Anholt2012-09-271-56/+44
* i965: Use visibility cflags on the driver code.Eric Anholt2012-09-271-0/+1
* i965/vp: Remove support for non-ARB_vp, non-NV_vp opcodes.Eric Anholt2012-09-271-86/+0
* i965/vp: Remove support for relative addressing of destination registers.Eric Anholt2012-09-271-83/+7
* i965/vp: Remove support for reading destination registers.Eric Anholt2012-09-272-64/+4
* i965/vp: Remove support for GLSL flow control from the old VS backend.Eric Anholt2012-09-271-83/+0
* intel: Fix segfault in intel_texsubimage_tiled_memcpyChad Versace2012-09-271-2/+1
* i965: Do texture swizzling in hardware on Haswell.Kenneth Graunke2012-09-262-5/+52
* i965: Refactor texture swizzle generation into a helper.Kenneth Graunke2012-09-263-49/+60
* intel: Fix size of temporary etc1 bufferChad Versace2012-09-261-3/+4
* meta: Properly save/restore GL_FRAMEBUFFER_SRGB in Meta.Paul Berry2012-09-252-27/+21
* intel: Improve teximage perf for Google Chrome paint rects (v3)Chad Versace2012-09-253-0/+186
* i965: Allow fast depth clears if scissoring doesn't do anything.Kenneth Graunke2012-09-251-1/+13
* i965: Don't spill "smeared" registers.Paul Berry2012-09-251-0/+15
* i965/blorp: Fix sRGB MSAA resolves.Paul Berry2012-09-242-8/+19
* i965/blorp: Increase Y alignment for multisampled stencil blits.Paul Berry2012-09-241-2/+7
* meta: Add on demand compilation of per target shader programsAnuj Phogat2012-09-211-57/+84
* i965/blorp: Fix narrowing warnings.Paul Berry2012-09-211-3/+3
* i965: Remove brw_set_predicate_inverse(p, true) from scratch offset codeKenneth Graunke2012-09-211-1/+0
* i965/blorp: Add support for blits between SRGB and linear formats.Kenneth Graunke2012-09-202-4/+8
* ra: Add q_values parameter to ra_set_finalize()Tom Stellard2012-09-192-2/+2
* i965: Stop putting 8 NOPs after each prorgam.Eric Anholt2012-09-171-8/+0
* i965: Test instruction compaction on gen7Eric Anholt2012-09-172-10/+23
* i965: Add support for instruction compaction on Gen7.Kenneth Graunke2012-09-173-33/+220
* i965: Support instruction compaction between control flow.Eric Anholt2012-09-171-28/+92
* i965: Add support for instruction compaction.Eric Anholt2012-09-1710-8/+946
* i965: Prepare the break/cont uip/jip setting for compacted instructions.Eric Anholt2012-09-171-14/+43
* i965: Move program dump to a helper function in brw_eu.c.Eric Anholt2012-09-177-55/+40
* i965: Make a linkable library for the contents of i965_dri.so.Eric Anholt2012-09-172-5/+13
* dri: Reuse dri_test.c for stub glapi symbols for unit testing.Eric Anholt2012-09-172-1/+9
* i965: Clear brw_compile on setup.Eric Anholt2012-09-171-0/+2
* meta: Don't _mesa_set_enable() invalid targets in ES 1.Kenneth Graunke2012-09-151-8/+13
* mesa: remove FEATURE_APPLE_object_purgeable define.Oliver McFadden2012-09-151-4/+0
* mesa: remove FEATURE_EXT_transform_feedback define.Oliver McFadden2012-09-151-6/+0
* mesa: remove FEATURE_EXT_framebuffer_blit define.Oliver McFadden2012-09-152-4/+0
* mesa: remove FEATURE_OES_EGL_image define.Oliver McFadden2012-09-158-29/+0
* mesa: remove FEATURE_EXT_framebuffer_object define.Oliver McFadden2012-09-152-4/+0
* mesa: remove FEATURE_OES_draw_texture define.Oliver McFadden2012-09-151-2/+0
* mesa: remove FEATURE_feedback define.Oliver McFadden2012-09-151-6/+0
* vbo: add a prefix to count_tessellated_primitivesDave Airlie2012-09-151-1/+1
* meta: make mem_ctx non-global.Dave Airlie2012-09-152-3/+1
* meta: Refactor handling of GL_MULTISAMPLE.Paul Berry2012-09-141-31/+2