summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2009-10-13egl: Preload a driver if eglGetProcAddress is called early.Chia-I Wu1-0/+4
2009-10-13egl: Remove core functions from eglGetProcAddress.Chia-I Wu1-45/+16
2009-10-13egl: Add support for driver built-in.Chia-I Wu2-68/+93
2009-10-13st/xorg: solid fills with masks are supportedZack Rusin1-6/+1
2009-10-13intel: fix broken sw generate mipmap pathBrian Paul1-0/+22
2009-10-13st/xorg: fix and enable by default xrender accelerationZack Rusin3-4/+17
2009-10-13mesa: whitespace fixesBrian Paul1-2/+2
2009-10-13mesa: do RTT check in _mesa_meta_check_generate_mipmap_fallback()Brian Paul1-7/+48
2009-10-12r300g: More debug flags.Corbin Simpson3-4/+9
2009-10-12r300g: Surface debug.Corbin Simpson3-6/+8
2009-10-12r300g: Fallback on surfaces we can't render to or from.Corbin Simpson1-2/+11
2009-10-12r300g: Prevent multiple-use textures from getting incorrectly approved.Corbin Simpson1-5/+17
2009-10-12r300g: Clean up texture formats.Corbin Simpson3-9/+9
2009-10-12mesa: save/set/restore texture base/wrap state in blitframebuffer_texture()Brian Paul1-4/+15
2009-10-12mesa: minor clean up in check_begin_texture_render()Brian Paul1-1/+1
2009-10-12intel: whitespace/formatting clean-upBrian Paul1-10/+18
2009-10-12intel: replace extern decl with #includeBrian Paul1-1/+2
2009-10-12intel: added INLINE keyword to minify()Brian Paul1-1/+1
2009-10-12intel: code clean-upsBrian Paul1-4/+5
2009-10-12intel: pass zslice to intel_miptree_image_offset()Brian Paul7-65/+40
2009-10-12i965: remove unused varBrian Paul1-1/+0
2009-10-12prog/tests: Fix MSVC build.Vinson Lee1-1/+1
2009-10-12mesa: print program Id when printingBrian Paul1-2/+2
2009-10-12Add support for more 8 and 16 bits formatsPatrice Mandin2-1/+15
2009-10-12r600: implement ProgramStringNotifyAndre Maasikas1-17/+38
2009-10-12r600: LIT dst.y gets value from src.xAndre Maasikas1-0/+1
2009-10-12r600: DPH adds w comp of second operand, so set first one to 1 insteadAndre Maasikas1-1/+1
2009-10-11st/xorg: initialize pipe in the rendererZack Rusin1-0/+1
2009-10-11st/xorg: lots of rendering and xv changesZack Rusin11-786/+1170
2009-10-11configs: fix some remains of the i915simple driverZack Rusin2-5/+4
2009-10-11st/xorg: implement basics of xvZack Rusin4-6/+66
2009-10-11i965: Fix the last valid address setting for the index buffer.Eric Anholt1-1/+1
2009-10-11i965: Fix the bounds emitted in the vertex buffer packets.Eric Anholt1-2/+2
2009-10-11r300g: Fix fragment program constants upload on R300Nicolai Hähnle1-1/+1
2009-10-11r300g: fix blending default state + alpha separate.Dave Airlie1-9/+32
2009-10-10progs/perf: Fix MSVC build.Vinson Lee1-1/+1
2009-10-10Merge branch 'mesa_7_6_branch'Brian Paul6-10/+26
2009-10-10softpipe: fix multi-drawbuffers regressionBrian Paul1-3/+3
2009-10-10softpipe: revert 564df9dc5f6335eb8dc68f3c69cf054d2142663cBrian Paul1-1/+6
2009-10-10r300g: add video surface create and destroy functionsCooper Yuan2-1/+65
2009-10-09radeon: fix scissor regressionAlex Deucher2-8/+11
2009-10-09docs: fix aux buffer bug 24426Brian Paul1-0/+1
2009-10-09st/mesa: create aux buffers according to visualBrian Paul1-0/+7
2009-10-09mesa: fix incorrect assertion in _mesa_add_aux_renderbuffers()Brian Paul1-1/+1
2009-10-08mesa: regenerated gl_mangle.h fileBrian Paul1-0/+42
2009-10-08st/xorg: Old X servers don't deal well with failing accessesJakob Bornecrantz1-1/+5
2009-10-08st/xorg: More fallback debuggingJakob Bornecrantz3-32/+35
2009-10-08Revert "st/xorg: Debug fallbacks for composite as well"Jakob Bornecrantz1-28/+16
2009-10-08st/xorg: Debug fallbacks for composite as wellJakob Bornecrantz1-16/+28
2009-10-08st/xorg: Use A8 textures for depth 8 pixmapsJakob Bornecrantz1-1/+1