aboutsummaryrefslogtreecommitdiffstats
path: root/src/mesa
Commit message (Expand)AuthorAgeFilesLines
* Merge remote branch 'origin/master' into radeon-rewriteDave Airlie2009-04-22106-1799/+2368
|\
| * gallium: Reinstate unconditional flushes.Thomas Hellstrom2009-04-222-0/+4
| * mesa: protect driver.flush() with FLUSH_CURRENTKeith Whitwell2009-04-222-8/+8
| * st: play it safe for now and check _NEW_PROGRAM for shader const buffer atomBrian Paul2009-04-211-1/+1
| * swrast: simplify state update logic for fragment shader const buffersBrian Paul2009-04-211-25/+2
| * st: use the static atoms[] array directlyBrian Paul2009-04-212-20/+8
| * st: do away with dynamic state atom for const buffersBrian Paul2009-04-212-29/+4
| * mesa: new _NEW_PROGRAM_CONSTANTS flagBrian Paul2009-04-215-10/+43
| * mesa: print internal.current[i] attribBrian Paul2009-04-211-2/+7
| * mesa: print parameter list dirty state flag maskBrian Paul2009-04-211-0/+1
| * i965: const correctnessBrian Paul2009-04-211-49/+49
| * r300: r300 hw doesn't support any input modifiers in tex instsMaciej Cencora2009-04-211-2/+1
| * st: report GL_OUT_OF_MEMORY instead of assertingBrian Paul2009-04-211-4/+4
| * swrast: fix pointer arithmetic error in get_texel_array()Brian Paul2009-04-201-2/+1
| * gdi: Don't implement broken gl_dispatch_stub_xxx.José Fonseca2009-04-201-77/+0
| * mesa: Correct the gl_dispatch_stub_xxx prototypes.José Fonseca2009-04-202-49/+47
| * mesa: Handle failure to create a transfer.José Fonseca2009-04-201-1/+2
| * st: assert on pipe_buffer_create failureKeith Whitwell2009-04-201-0/+5
| * r300: fix register-negate branch merge regressionMaciej Cencora2009-04-203-39/+12
| * gallium: Fix glDraw/CopyPixels fragment program leak.Michel Dänzer2009-04-201-0/+2
| * st: Wait to create bitmap transfer until neededJakob Bornecrantz2009-04-191-8/+30
| * i965: use region width, height in brw_update_renderbuffer_surface()Brian Paul2009-04-181-2/+2
| * intel: #include polygon.h to silence warningBrian Paul2009-04-181-0/+1
| * mesa: add switch case for GL_VERTEX_STATE_PROGRAM_NV in _mesa_new_program()Brian Paul2009-04-181-0/+1
| * intel: Handle ARB_vertex_buffer_object state in intel_clear_tris().Michel Dänzer2009-04-181-0/+5
| * intel: make sure polygon mode is set properly in intel_clear_tris()Brian Paul2009-04-171-0/+2
| * mesa: suppress extra newlineBrian Paul2009-04-171-1/+1
| * i915: fix broken indirect constant buffer readsBrian Paul2009-04-173-51/+40
| * mesa: build a float[4] value in _mesa_add_sampler() to avoid random valuesBrian Paul2009-04-171-3/+4
| * dri: __driUtilMessage(): not all messages are errorsBrian Paul2009-04-171-1/+1
| * mesa: minor tweak to error messageBrian Paul2009-04-171-1/+1
| * i965: updated CURBE allocation codeBrian Paul2009-04-173-8/+15
| * gallium: Create OGL state tracker wrappers for various CPU access operations.Thomas Hellstrom2009-04-1713-173/+265
| * Merge branch 'register-negate'Brian Paul2009-04-1626-208/+156
| |\
| | * mesa: merge the prog_src_register::NegateBase and NegateAbs fieldsBrian Paul2009-04-1426-208/+156
| * | i915: Remove dead i830TexEnv and i915TexEnv.Eric Anholt2009-04-165-182/+0
| * | intel: Add support for argb1555, argb4444 FBOs and fix rgb565 fbo readpixels.Eric Anholt2009-04-169-125/+346
| * | i965: disable using immediate values for MOV instructionsBrian Paul2009-04-161-1/+3
| * | i965: minor debug output changesBrian Paul2009-04-161-3/+3
| * | i965: const buffer debug code (disabled)Brian Paul2009-04-161-0/+12
| * | i965: implement relative addressing for VS constant buffer readsBrian Paul2009-04-163-59/+115
| * | i965: handle address reg in get_dst()Brian Paul2009-04-161-0/+4
| * | i965: fix const buffer temp register clobberingBrian Paul2009-04-161-7/+18
| * | mesa: fix bad mask bit in clip plane restore code for glPopAttrib()Lars Henning Wendt2009-04-161-1/+1
| * | intel: fix small compressed texture uploadRoland Scheidegger2009-04-161-4/+5
| * | vbo: cache last dlist vertex in malloced memoryKeith Whitwell2009-04-163-10/+53
| * | Merge branch 'gallium-s3tc'José Fonseca2009-04-164-14/+292
| |\ \
| | * | st: remove XXX commentBrian Paul2009-04-151-1/+0
| | * | st: check for fast memcpy path in decompress_with_blit()Brian Paul2009-04-151-13/+33
| | * | st: st_equal_formats() function to compare gallium/GL pixel formatsBrian Paul2009-04-152-0/+24