summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* glapi: add functions for AMD_draw_buffers_blendMarek Olšák2011-05-033-0/+40
* mesa: flush vertices before changing GL_RASTERIZER_DISCARD state, not afterMarek Olšák2011-05-031-1/+1
* mesa: make _NEW_TEXTURE dirty when changing GL_TEXTURE_CUBE_MAP_SEAMLESSMarek Olšák2011-05-031-1/+4
* nv50,nvc0: advertise GL_FIXED vertex buffers as supportedChristoph Bumiller2011-05-032-0/+36
* mesa,st/mesa: fix WPOS adjustmentChristoph Bumiller2011-05-033-42/+74
* Default to --disable-gallium-r300 if not --with-driver=driJon TURNEY2011-05-021-0/+7
* gallium: reorder fields of pipe_rasterizer_state to pack it more tightlyMarek Olšák2011-05-021-6/+8
* r600g: document some new evergreen formatsMarek Olšák2011-05-021-0/+3
* r600g: remove some more FIXME commentsMarek Olšák2011-05-022-2/+0
* st/xorg: Fix two more instances of typo 'accle'.Michel Dänzer2011-05-021-2/+2
* st/xorg: fix typosMarcin Slusarz2011-05-022-4/+4
* i965/gen6: Align interleaved URB writes for overflow outputs as well.Eric Anholt2011-05-011-8/+27
* targets/xorg-nouveau: load nouveau_dri.so instead of i915_dri.soMarcin Slusarz2011-05-021-1/+1
* targets/xorg-nouveau: add libnvc0.a to nouveau libsMarcin Slusarz2011-05-021-0/+1
* r600g: remove some FIXME commentsMarek Olšák2011-05-022-2/+0
* Revert "r600g: truncate point sampled texture coordinates"Marek Olšák2011-05-022-14/+1
* st/mesa: remove set-but-unused variablesMarek Olšák2011-05-012-12/+0
* tgsi: remove set-but-unused variablesMarek Olšák2011-05-011-4/+0
* draw: remove set-but-unused variableMarek Olšák2011-05-011-2/+1
* rbug: remove set-but-unused variablesMarek Olšák2011-05-013-28/+0
* ir_to_mesa: remove set-but-unused variablesMarek Olšák2011-05-011-3/+2
* mesa: remove set-but-unused variables in texcompress_s3tcMarek Olšák2011-05-011-16/+0
* mesa: remove set-but-unused variable in bind_attrib_locationMarek Olšák2011-05-011-9/+1
* mesa: remove unused-but-set variable in extract_uint_rgbaMarek Olšák2011-05-011-3/+0
* r300/compiler: remove set-but-unused variablesMarek Olšák2011-05-012-5/+1
* r600g: remove set-but-unused variableMarek Olšák2011-05-011-4/+0
* r600g: remove FIXME commentMarek Olšák2011-05-011-3/+0
* mesa: GL_PROVOKING_VERTEX_EXT is a GLenum, not GLboolean.José Fonseca2011-04-301-1/+1
* r300/compiler: Cleanups from the regalloc mergeTom Stellard2011-04-303-8/+4
* r300/compiler: Add return statement to rc_list()Tom Stellard2011-04-301-0/+2
* r300g: Fix scons buildTom Stellard2011-04-301-0/+1
* i915g: enable X-tiling for s3tc texturesDaniel Vetter2011-04-301-2/+1
* r300/compiler: Enable swizzle packing in the allocator for r300 and r400Tom Stellard2011-04-306-41/+120
* r300/compiler: Handle loops in the register allocatorTom Stellard2011-04-304-19/+103
* r300/compiler: Handle loops in rc_get_readers()Tom Stellard2011-04-304-75/+150
* r300/compiler: Rewrite register allocatorTom Stellard2011-04-3019-236/+1548
* ra: Add ra_set_node_reg()Tom Stellard2011-04-302-4/+25
* r300/compiler: Use RC_MASK_W when converting RGB to Alpha instructionsTom Stellard2011-04-301-1/+1
* r300/compiler: rc_reader_data: Add ExitOnAbort flagTom Stellard2011-04-305-3/+10
* r300/compiler: Add more info to struct rc_readerTom Stellard2011-04-305-16/+41
* r300/compiler: Add remove dead sources passTom Stellard2011-04-305-0/+66
* docs: add ARB_ES2_compatibility in relnotes-7.11Marek Olšák2011-04-301-0/+1
* st/mesa: expose ARB_ES2_compatibility if GL_FIXED vertex format is supportedMarek Olšák2011-04-301-0/+6
* mesa: accept GL_FIXED in glVertexAttribPointer (ARB_ES2_compatibility)Marek Olšák2011-04-301-10/+13
* mesa: fix error string, remove out of date commentBrian Paul2011-04-291-12/+1
* mesa: remove commented-out #includeBrian Paul2011-04-291-1/+0
* mesa: fix tarball creationThierry Vignaud2011-04-291-1/+1
* i965/gen6: Fix LogicOp handling for GL_COPY and/or floating-point RTs.Eric Anholt2011-04-291-5/+13
* i965: Remove dead entrypoints to state cache, rename the one that's left.Eric Anholt2011-04-298-157/+54
* i965/gen4: Move the GS state to state streaming.Eric Anholt2011-04-295-98/+45