summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2011-07-08tempnew-system-routineBen Widawsky9-40/+59
2011-07-07i965: Move register spill offsetsBen Widawsky2-2/+15
2011-07-07i965: copy in system routine, reserve extra scratchBen Widawsky7-9/+32905
2011-07-06i915g: Fix optimize so that it actually gets used.Stéphane Marchesin1-1/+1
2011-07-06mesa: fix texstore addressing bugs for depth/stencil formatsBrian Paul1-12/+9
2011-07-06softpipe: add missing stencil format case in convert_quad_stencil()Brian Paul1-0/+1
2011-07-06tgsi: add some debug/print code in exec_tex(), disabledBrian Paul1-0/+11
2011-07-06softpipe: minor clean-ups in sp_quad_depth_test.cBrian Paul1-5/+5
2011-07-06i915g: Fix optimization, also make it more generic.Stéphane Marchesin1-2/+26
2011-07-06mesa: Don't error on glFeedbackBuffer(size = 0, buffer = NULL)Eric Anholt1-1/+1
2011-07-06mesa: Don't skip glGetProgramLocalParam4dvARB if there was already an error.Eric Anholt1-64/+53
2011-07-06mesa: Don't skip glGetProgramEnvParam4dvARB if there was already an error.Eric Anholt1-66/+46
2011-07-06glsl: Suppress warning from matching_signature change.Eric Anholt1-1/+1
2011-07-06glsl: Fix make clean for dricore.Eric Anholt1-1/+1
2011-07-06i965/fs: Fix message register allocation in FB writes.Kenneth Graunke1-5/+6
2011-07-06Fixes for leaks reported by cppcheck.Völgyes Dávid3-2/+8
2011-07-06i915g: Improve flushing using heuristics.Stéphane Marchesin8-1/+46
2011-07-06i915g: introduce the tiny shader optimizer.Stéphane Marchesin6-96/+372
2011-07-06i915g: Add comment about DDX/DDY.Stéphane Marchesin1-0/+1
2011-07-06i915g: Move back to the old method for target format fixup.Stéphane Marchesin2-58/+41
2011-07-05r600g: fix buffer overflow check in r600_query_beginVadim Girlin1-2/+5
2011-07-05r600g: fix bo map usage flags in r600_query_beginVadim Girlin1-1/+1
2011-07-05r600g: reduce flushes for queriesVadim Girlin4-11/+12
2011-07-05r600g: fix buffer offset in r600_query_beginVadim Girlin1-1/+1
2011-07-05r600g: Get rid of the state_inlines headers.Henri Verbeet4-1104/+1044
2011-07-05r600g: Get rid of an unused include in r600_texture.c.Henri Verbeet1-1/+0
2011-07-05r600g: Get rid of some unused functions.Henri Verbeet2-64/+0
2011-07-05r600g: Use the actual Evergreen functions to query format support on Evergreen.Henri Verbeet6-88/+157
2011-07-05r600g: Get rid of the unused "family" parameter to r600_is_vertex_format_supp...Henri Verbeet2-9/+4
2011-07-04draw: Fix fetch_max calculation.José Fonseca1-1/+2
2011-07-04Merge branch 'xa_branch'Thomas Hellstrom19-2/+3767
2011-07-04st/glx: Fix endless loop in drawable validationThomas Hellstrom1-1/+8
2011-07-04st/xa: Fix crosscompile builds with nonstandard ld locationsThomas Hellstrom1-1/+1
2011-07-04xa-vmwgfx: Remove unnecessary includeThomas Hellstrom1-1/+0
2011-07-03r600g: Support the PIPE_FORMAT_R16_FLOAT colorformat.Henri Verbeet2-0/+8
2011-07-02configure: Require libudev for drm & wayland egl platformsBenjamin Franzke1-0/+4
2011-07-02configure: Fix typo in gbm check for egl drm platformBenjamin Franzke1-1/+1
2011-07-02configure: Enable st/gbm if st/egl has drm platformBenjamin Franzke1-2/+10
2011-07-02egl_dri2: Fix compilation if udev devel files are not installedBenjamin Franzke1-0/+4
2011-07-02egl: add copyright noticesChia-I Wu38-49/+1054
2011-07-02autoconf: swrast does not require libdrmChia-I Wu1-4/+13
2011-07-01scons: Disable saving options automatically.José Fonseca1-1/+2
2011-07-01svga: Use the correct element size.José Fonseca1-1/+1
2011-07-01u_upload_mgr: Use pipe_buffer_map_range istead of pipe_buffer_map.José Fonseca1-5/+6
2011-07-01Gallium: fix buffer overflowMicael Dias1-0/+11
2011-07-01driclient: RemoveKristian Høgsberg6-1505/+0
2011-07-01scons: Actually add src/glx/SConscript.José Fonseca1-0/+85
2011-07-01svga: Fix multiple uploads of the same user-buffer.Thomas Hellstrom3-30/+90
2011-07-01svga: Ignore redefine_user_buffer callsThomas Hellstrom1-15/+2
2011-07-01svga: fix incorrect user buffer size computation for instance divisor caseBrian Paul1-3/+3