| Commit message (Expand) | Author | Age | Files | Lines |
* | r300g: fixup arb occulsion query support. | Dave Airlie | 2009-10-14 | 11 | -43/+134 |
* | r300g: attempt to make bo space check sane. | Dave Airlie | 2009-10-14 | 4 | -3/+38 |
* | r300g: fix case where texture unit 0 is disabled but unit 1 is enabled. | Dave Airlie | 2009-10-14 | 1 | -7/+9 |
* | mesa: minor tweak to printf string | Brian Paul | 2009-10-13 | 1 | -1/+1 |
* | mesa: rework _mesa_read_shader() debug hook | Brian Paul | 2009-10-13 | 1 | -12/+12 |
* | mesa: don't print pointer in _mesa_fprint_parameter_list() | Brian Paul | 2009-10-13 | 1 | -1/+2 |
* | Store clipping distance for user clip planes as part of vertex processing | Ian Romanick | 2009-10-13 | 4 | -18/+132 |
* | nouveau: nv30: use texture width,height for render target dimensions | Patrice Mandin | 2009-10-13 | 1 | -3/+2 |
* | egl: Improve logging facility. | Chia-I Wu | 2009-10-13 | 3 | -54/+145 |
* | egl: Allow binding to any client API. | Chia-I Wu | 2009-10-13 | 5 | -42/+19 |
* | egl: Preload a driver if eglGetProcAddress is called early. | Chia-I Wu | 2009-10-13 | 1 | -0/+4 |
* | egl: Remove core functions from eglGetProcAddress. | Chia-I Wu | 2009-10-13 | 1 | -45/+16 |
* | egl: Add support for driver built-in. | Chia-I Wu | 2009-10-13 | 2 | -68/+93 |
* | st/xorg: solid fills with masks are supported | Zack Rusin | 2009-10-13 | 1 | -6/+1 |
* | intel: fix broken sw generate mipmap path | Brian Paul | 2009-10-13 | 1 | -0/+22 |
* | st/xorg: fix and enable by default xrender acceleration | Zack Rusin | 2009-10-13 | 3 | -4/+17 |
* | mesa: whitespace fixes | Brian Paul | 2009-10-13 | 1 | -2/+2 |
* | mesa: do RTT check in _mesa_meta_check_generate_mipmap_fallback() | Brian Paul | 2009-10-13 | 1 | -7/+48 |
* | r300g: More debug flags. | Corbin Simpson | 2009-10-12 | 3 | -4/+9 |
* | r300g: Surface debug. | Corbin Simpson | 2009-10-12 | 3 | -6/+8 |
* | r300g: Fallback on surfaces we can't render to or from. | Corbin Simpson | 2009-10-12 | 1 | -2/+11 |
* | r300g: Prevent multiple-use textures from getting incorrectly approved. | Corbin Simpson | 2009-10-12 | 1 | -5/+17 |
* | r300g: Clean up texture formats. | Corbin Simpson | 2009-10-12 | 3 | -9/+9 |
* | mesa: save/set/restore texture base/wrap state in blitframebuffer_texture() | Brian Paul | 2009-10-12 | 1 | -4/+15 |
* | mesa: minor clean up in check_begin_texture_render() | Brian Paul | 2009-10-12 | 1 | -1/+1 |
* | intel: whitespace/formatting clean-up | Brian Paul | 2009-10-12 | 1 | -10/+18 |
* | intel: replace extern decl with #include | Brian Paul | 2009-10-12 | 1 | -1/+2 |
* | intel: added INLINE keyword to minify() | Brian Paul | 2009-10-12 | 1 | -1/+1 |
* | intel: code clean-ups | Brian Paul | 2009-10-12 | 1 | -4/+5 |
* | intel: pass zslice to intel_miptree_image_offset() | Brian Paul | 2009-10-12 | 7 | -65/+40 |
* | i965: remove unused var | Brian Paul | 2009-10-12 | 1 | -1/+0 |
* | prog/tests: Fix MSVC build. | Vinson Lee | 2009-10-12 | 1 | -1/+1 |
* | mesa: print program Id when printing | Brian Paul | 2009-10-12 | 1 | -2/+2 |
* | Add support for more 8 and 16 bits formats | Patrice Mandin | 2009-10-12 | 2 | -1/+15 |
* | r600: implement ProgramStringNotify | Andre Maasikas | 2009-10-12 | 1 | -17/+38 |
* | r600: LIT dst.y gets value from src.x | Andre Maasikas | 2009-10-12 | 1 | -0/+1 |
* | r600: DPH adds w comp of second operand, so set first one to 1 instead | Andre Maasikas | 2009-10-12 | 1 | -1/+1 |
* | st/xorg: initialize pipe in the renderer | Zack Rusin | 2009-10-11 | 1 | -0/+1 |
* | st/xorg: lots of rendering and xv changes | Zack Rusin | 2009-10-11 | 11 | -786/+1170 |
* | configs: fix some remains of the i915simple driver | Zack Rusin | 2009-10-11 | 2 | -5/+4 |
* | st/xorg: implement basics of xv | Zack Rusin | 2009-10-11 | 4 | -6/+66 |
* | r300g: Fix fragment program constants upload on R300 | Nicolai Hähnle | 2009-10-11 | 1 | -1/+1 |
* | r300g: fix blending default state + alpha separate. | Dave Airlie | 2009-10-11 | 1 | -9/+32 |
* | progs/perf: Fix MSVC build. | Vinson Lee | 2009-10-10 | 1 | -1/+1 |
* | Merge branch 'mesa_7_6_branch' | Brian Paul | 2009-10-10 | 6 | -10/+26 |
|\ |
|
| * | softpipe: revert 564df9dc5f6335eb8dc68f3c69cf054d2142663c | Brian Paul | 2009-10-10 | 1 | -1/+6 |
| * | radeon: fix scissor regression | Alex Deucher | 2009-10-09 | 2 | -8/+11 |
| * | docs: fix aux buffer bug 24426 | Brian Paul | 2009-10-09 | 1 | -0/+1 |
| * | st/mesa: create aux buffers according to visual | Brian Paul | 2009-10-09 | 1 | -0/+7 |
| * | mesa: fix incorrect assertion in _mesa_add_aux_renderbuffers() | Brian Paul | 2009-10-09 | 1 | -1/+1 |