summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2011-04-06st/python: Remove bindings, and all its dependencies.José Fonseca101-7401/+8
2011-04-05swrast: simplify assertion to silence warningBrian Paul1-6/+1
2011-04-05mesa: core support for GL_ARB_texture_buffer_objectBrian Paul12-6/+357
2011-04-05mesa: regenerated API entrypoints for GL_ARB_texture_buffer_objectBrian Paul10-8648/+8735
2011-04-05mesa: API spec for GL_ARB_texture_buffer_objectBrian Paul3-0/+25
2011-04-05scons: Generate empty git_sha1.h for all platforms.Vinson Lee1-9/+9
2011-04-05ir_to_mesa: Use gl_register_file enum type rather than 'int'.Kenneth Graunke1-5/+5
2011-04-05ir_to_mesa: Unprefix ir_to_mesa_undef* and ir_to_mesa_address_reg.Kenneth Graunke1-17/+13
2011-04-05ir_to_mesa: Use emit overloads to avoid passing undef registers.Kenneth Graunke1-4/+3
2011-04-05ir_to_mesa: Rename ir_to_mesa_emit_*_opX methods to emit_*.Kenneth Graunke1-211/+147
2011-04-05ir_to_mesa: Use constructors to convert between src_reg and dst_reg.Kenneth Graunke1-51/+66
2011-04-05ir_to_mesa: Remove the "ir_to_mesa_" prefix on src_reg/dst_reg types.Kenneth Graunke1-121/+121
2011-04-05ir_to_mesa: Rename src_reg and dst_reg variables to src and dst.Kenneth Graunke1-104/+101
2011-04-05scons: generate empty git_sha1.h file for nowBrian Paul1-0/+12
2011-04-05mesa: Include GIT SHA1 in GL version stringIan Romanick3-1/+20
2011-04-05dri: Remove driver date from renderer stringIan Romanick16-50/+14
2011-04-05ir_to_mesa: Handle shadow compare w/projection and LOD bias correctlyIan Romanick1-2/+26
2011-04-05r300g: postpone fragment shader state validation until draw_vboMarek Olšák4-22/+52
2011-04-05r300/compiler: Fix vertex shader MAD instructions with constant swizzlesTom Stellard1-0/+18
2011-04-05st/mesa: Apply LOD from texture objectFabian Bieler1-1/+2
2011-04-05st/mesa: Apply LOD bias from correct texture unitFabian Bieler1-1/+1
2011-04-05mesa: fix alpha value for texstore_rgbx8888Brian Paul1-1/+1
2011-04-05mesa: Guard against null pointer deref in fbo validationFabian Bieler1-1/+1
2011-04-05mesa: added _mesa_get_attachment_teximage() helpersBrian Paul6-14/+31
2011-04-05mesa: 80-column wrappingBrian Paul3-8/+16
2011-04-05r300c: fix build since last r300g commitDave Airlie1-1/+1
2011-04-05r300g: fix RG/LATC1_SNORM by doing UNORM->SNORM conversion in the shaderMarek Olšák6-36/+123
2011-04-05r300/compiler: implement the CND opcodeMarek Olšák7-3/+17
2011-04-05r300/compiler: set the MSB of ADDR for inline constantsMarek Olšák1-2/+5
2011-04-04st/mesa: minor assorted clean-ups and fixesBrian Paul1-20/+22
2011-04-04st/mesa: use 'array' local var to simplify the code a bitBrian Paul1-29/+28
2011-04-04st/mesa: fix zero-sized user vertex buffer bugBrian Paul1-13/+23
2011-04-04mesa: Add fall-back formats for unsupported snorm formatsIan Romanick1-3/+23
2011-04-04i965: Add the missing supportable EXT_texture_snorm formatsIan Romanick2-0/+9
2011-04-04nv50: prevent NV_OP_SELECT from having flags_def definedBryan Cain1-0/+1
2011-04-04mesa: work around failed assertion for GL_RGBA16_SNORM accum bufferBrian Paul1-1/+14
2011-04-04docs: update prerequisites, remove old demo infoBrian Paul1-80/+24
2011-04-04docs: update info about Mesa packaging/contentsBrian Paul1-58/+25
2011-04-04r300/compiler: apply the texture swizzle to shadow pass and fail values tooMarek Olšák1-8/+20
2011-04-04r300/compiler: propagate SaturateMode down to the result of shadow comparisonMarek Olšák1-0/+3
2011-04-04r600g: add some additional ontario pci idsAlex Deucher1-0/+2
2011-04-04r600c: add new ontario pci idsAlex Deucher2-0/+4
2011-04-03r300g: do not wait for a busy BO if neither GPU nor CPU is changing itMarek Olšák4-12/+75
2011-04-03r300g: remove unused RADEON_PB_USAGE_CACHEMarek Olšák2-6/+0
2011-04-03r300g: tell the GLSL compiler to lower the continue opcodeMarek Olšák1-2/+2
2011-04-03r300g: avoid mapping the same buffer twiceMarek Olšák1-0/+5
2011-04-03r300g: handle DISCARD_WHOLE_RESOURCE for buffersMarek Olšák1-10/+25
2011-04-03r300g: remove the redundant reference counter in radeon_boMarek Olšák3-36/+21
2011-04-02Revert "r300/compiler: Remove obsolete compiler passes"Tom Stellard7-0/+415
2011-04-02i965/fs: Switch W and 1/W in Sandybridge interpolation setup.Kenneth Graunke1-4/+4