aboutsummaryrefslogtreecommitdiffstats
path: root/src/mesa/drivers
Commit message (Expand)AuthorAgeFilesLines
...
| * r300: fix texture size handling with size > 2048Mathias Fröhlich2009-10-191-6/+14
| * r600: Fix size calculation for 24 bit depthRobert Noland2009-10-191-2/+6
| * r300: fix vertex program parameters limitsMaciej Cencora2009-10-161-7/+5
| * Use the right pitch when rendering to a textureOwen Taylor2009-10-151-2/+3
| * r600: FRAG_ATTRIB_WPOS and FRAG_ATTRIB_FOGC appear to be supported.Robert Noland2009-10-151-1/+12
| * r600: cleanup in r600_cs_process_relocs().Robert Noland2009-10-151-15/+3
| * radeon: return EINVAL for 0 length buffers.Robert Noland2009-10-151-0/+4
| * r600: fix tfp1 bo sizeAndre Maasikas2009-10-151-2/+6
| * r600: implement ProgramStringNotifyAndre Maasikas2009-10-151-17/+38
| * r600: LIT dst.y gets value from src.xAndre Maasikas2009-10-151-0/+1
| * r600: DPH adds w comp of second operand, so set first one to 1 insteadAndre Maasikas2009-10-151-1/+1
| * r600: fixup KIL instruction a bitAndre Maasikas2009-10-151-18/+9
| * r600: use CB_TARGET_MASK instead of CB_SHADER_MASK for setting color maskAndre Maasikas2009-10-151-3/+3
| * r600: user correct alpha blend factorAndre Maasikas2009-10-151-2/+2
| * r600: clear position enable bit when when wpos is not used by FPAndre Maasikas2009-10-151-0/+5
* | intel: Disallow relocations to the byte beyond the end of the bufferChris Wilson2009-10-171-1/+1
* | mesa: lift default symlinks target into Makefile.templateBrian Paul2009-10-1621-23/+4
* | mesa: use EXTRA_MODULES and SUBDIRS to build r300 compilerBrian Paul2009-10-162-8/+8
* | mesa: added SUBDIRS support in dri/Makefile.templateBrian Paul2009-10-161-1/+13
* | mesa: remove unused ctx->Driver.PrioritizeTextures() hookBrian Paul2009-10-142-2/+0
* | mesa: remove unused ctx->Driver.TextureMatrix() hookBrian Paul2009-10-141-1/+0
* | r600: enable EXT_vertex_array_bgra extensionsAlex Deucher2009-10-141-0/+1
* | Merge branch 'mesa_7_6_branch'Brian Paul2009-10-141-3/+3
|\|
| * i965: Fix the last valid address setting for the index buffer.Eric Anholt2009-10-111-1/+1
| * i965: Fix the bounds emitted in the vertex buffer packets.Eric Anholt2009-10-111-2/+2
* | mesa: remove left-over debug printfBrian Paul2009-10-141-1/+0
* | intel: fix broken sw generate mipmap pathBrian Paul2009-10-131-0/+22
* | mesa: whitespace fixesBrian Paul2009-10-131-2/+2
* | mesa: do RTT check in _mesa_meta_check_generate_mipmap_fallback()Brian Paul2009-10-131-7/+48
* | mesa: save/set/restore texture base/wrap state in blitframebuffer_texture()Brian Paul2009-10-121-4/+15
* | intel: whitespace/formatting clean-upBrian Paul2009-10-121-10/+18
* | intel: replace extern decl with #includeBrian Paul2009-10-121-1/+2
* | intel: added INLINE keyword to minify()Brian Paul2009-10-121-1/+1
* | intel: code clean-upsBrian Paul2009-10-121-4/+5
* | intel: pass zslice to intel_miptree_image_offset()Brian Paul2009-10-127-65/+40
* | i965: remove unused varBrian Paul2009-10-121-1/+0
* | r600: implement ProgramStringNotifyAndre Maasikas2009-10-121-17/+38
* | r600: LIT dst.y gets value from src.xAndre Maasikas2009-10-121-0/+1
* | r600: DPH adds w comp of second operand, so set first one to 1 insteadAndre Maasikas2009-10-121-1/+1
* | Merge branch 'mesa_7_6_branch'Brian Paul2009-10-102-8/+11
|\|
| * radeon: fix scissor regressionAlex Deucher2009-10-092-8/+11
* | r600: fixup KIL instruction a bitAndre Maasikas2009-10-091-18/+9
* | i965: Use bo_references for the state cache delete function.Eric Anholt2009-10-081-17/+3
* | intel: Use new drm_intel_bo_references() to avoid flushing.Eric Anholt2009-10-082-10/+20
* | Merge branch 'mesa_7_6_branch'Brian Paul2009-10-082-38/+10
|\|
| * mesa/xlib: call XQueryExtension() in glXQueryExtension()Brian Paul2009-10-071-4/+6
| * mesa: don't need to free textures, VBOs, etc. in _mesa_meta_free()Brian Paul2009-10-071-28/+4
* | r300compiler: fix scons build againJoakim Sindholt2009-10-071-1/+8
* | Merge branch 'master' into r300g-glslNicolai Hähnle2009-10-0712-79/+166
|\ \
| * | Merge branch 'mesa_7_6_branch'Nicolai Hähnle2009-10-072-15/+33
| |\|