summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* r600g: fix alu inst group merging for relative adressingChristian König2011-01-161-1/+13
* nvc0: fix and enable instanced drawing and arraysChristoph Bumiller2011-01-169-30/+91
* d3d1x: Fix broken build.Chia-I Wu2011-01-161-1/+6
* mesa: minor tweaks in _mesa_set_fetch_functions()Brian Paul2011-01-151-3/+3
* mesa: add comment for _mesa_get_srgb_format_linear()Brian Paul2011-01-151-0/+5
* mesa: move declarations before codeBrian Paul2011-01-151-1/+2
* gallium: add EXT_texture_sRGB_decode.Dave Airlie2011-01-162-0/+5
* i965: add support for EXT_texture_sRGB_decodeDave Airlie2011-01-162-3/+12
* mesa/swrast: implement EXT_texture_sRGB_decodeDave Airlie2011-01-168-2/+88
* r600d: fix some bugs added reworking literal handlingChristian König2011-01-162-22/+33
* mesa: implement glGet queries for GL_ARB_draw_buffers_blendBrian Paul2011-01-151-0/+47
* mesa: display list support for GL_ARB_draw_buffers_blend functionsBrian Paul2011-01-151-0/+108
* mesa: plug in GL_ARB_draw_buffers_blend functionsBrian Paul2011-01-151-0/+6
* glapi: regenerated filesBrian Paul2011-01-158-5210/+5461
* glapi: new entrypoint specs for GL_ARB_draw_buffers_blendBrian Paul2011-01-153-0/+41
* mesa: begin implementation of GL_ARB_draw_buffers_blendBrian Paul2011-01-1531-364/+611
* st/mesa: GL_ARB_instanced_arrays supportBrian Paul2011-01-152-3/+15
* mesa: support for GL_ARB_instanced_arraysBrian Paul2011-01-155-3/+73
* glapi: regenerated filesBrian Paul2011-01-1514-5955/+6046
* glapi: GL_ARB_instanced_arrays supportBrian Paul2011-01-151-0/+1
* draw: add missing LP_CHECK_MEMBER_OFFSET()Brian Paul2011-01-151-0/+2
* st/mesa: move/consolidate an assignmentBrian Paul2011-01-151-2/+1
* r600g: Remove the redundant radeon_new() prototype.Henri Verbeet2011-01-151-2/+0
* r600g: Fix some register value name typos.Henri Verbeet2011-01-154-6/+6
* r600g: Get rid of r600_translate_vertex_data_type().Henri Verbeet2011-01-152-270/+0
* Merge branch 'draw-instanced'Brian Paul2011-01-1533-23/+347
|\
| * mesa: enable GL_ARB_draw_instanced for software driversBrian Paul2010-12-101-0/+1
| * tnl: implement instanced drawingBrian Paul2010-12-103-9/+19
| * mesa: implement system values in program interpreterBrian Paul2010-12-102-0/+5
| * llvmpipe: enable instanced drawing capBrian Paul2010-12-081-0/+2
| * softpipe: enable instanced drawing capBrian Paul2010-12-081-0/+2
| * gallivm/llvmpipe: implement system values and instanceIDBrian Paul2010-12-084-5/+98
| * st/mesa: translate shader system inputsBrian Paul2010-12-081-0/+27
| * draw: setup instance ID for SSE generatorBrian Paul2010-12-081-0/+6
| * draw: setup instance ID for VS interpreterBrian Paul2010-12-081-0/+6
| * mesa: ir_to_mesa support for system valuesBrian Paul2010-12-081-0/+5
| * glsl: add support for system values and GL_ARB_draw_instancedBrian Paul2010-12-086-2/+52
| * mesa: program printing for PROGRAM_SYSTEM_VALUEBrian Paul2010-12-081-0/+5
| * mesa: add PROGRAM_SYSTEM_VALUE and related tokensBrian Paul2010-12-081-0/+14
| * tgsi/ppc: add case for system values and assertBrian Paul2010-12-081-1/+3
| * tgsi/sse: add support for system valuesBrian Paul2010-12-081-3/+51
| * tgsi: new tgsi_shader_info fields for system valuesBrian Paul2010-12-082-1/+22
| * tgsi: add support for system values to TGSI interpreterBrian Paul2010-12-082-3/+23
| * st/mesa: GL_ARB_draw_instanced depends on PIPE_CAP_INSTANCED_DRAWINGBrian Paul2010-12-051-0/+4
| * gallium: added PIPE_CAP_INSTANCED_DRAWINGBrian Paul2010-12-052-0/+2
* | nvc0: try to swap immediates to first source tooChristoph Bumiller2011-01-151-0/+7
* | nvc0: make sure all sources of the BIND op are distinctChristoph Bumiller2011-01-153-0/+45
* | nvc0: update user vbufs on each draw callChristoph Bumiller2011-01-154-37/+119
* | nvc0: enable early fragment tests where possibleChristoph Bumiller2011-01-153-2/+13
* | nvc0: upload small buffers through the command bufferChristoph Bumiller2011-01-151-0/+6