Age | Commit message (Collapse) | Author | |
---|---|---|---|
2009-12-21 | Merge branch 'mesa_7_7_branch' | Brian Paul | |
Conflicts: src/mesa/main/version.h src/mesa/state_tracker/st_atom_shader.c | |||
2009-12-21 | Merge branch 'mesa_7_6_branch' into mesa_7_7_branch | Brian Paul | |
Conflicts: configure.ac progs/demos/morph3d.c progs/demos/textures.c progs/glsl/shtest.c progs/glsl/texaaline.c progs/tests/packedpixels.c progs/xdemos/corender.c src/mesa/main/version.h | |||
2009-12-22 | radeon/r600: use new libdrm_radeon api | Dave Airlie | |
2009-12-22 | radeon: drop assert accessing cref which is meant to be hidden | Dave Airlie | |
2009-12-22 | radeon: drop unused members of radeon_state. | Dave Airlie | |
2009-12-22 | r600: move structs for legacy cmdbuf into cmdbuf C file. | Dave Airlie | |
these really shouldn't be exposed here | |||
2009-12-22 | radeon/r600: use new libdrm_radeon api | Dave Airlie | |
2009-12-22 | radeon: drop assert accessing cref which is meant to be hidden | Dave Airlie | |
2009-12-22 | radeon: drop unused members of radeon_state. | Dave Airlie | |
2009-12-22 | r600: move structs for legacy cmdbuf into cmdbuf C file. | Dave Airlie | |
these really shouldn't be exposed here | |||
2009-12-21 | osmesa: added new GLSL libs | Brian Paul | |
2009-12-21 | r600: fix glFrontFace(GL_CW) | Dave Airlie | |
fd.o bug #25290 Suggested fix from Rafael Monica | |||
2009-12-21 | r600: support more of arb_point_sprite and also sprite_coord_origin | Andre Maasikas | |
2009-12-21 | r600: disallow negative offsets for relative addressing for now | Andre Maasikas | |
otherwise for example const[ADDR-3] gets us 253 - ALU_SRC_LITERAL which expects immediate floats to follow and hangs | |||
2009-12-21 | r600: fix glFrontFace(GL_CW) | Dave Airlie | |
fd.o bug #25290 Suggested fix from Rafael Monica | |||
2009-12-21 | radeon/r600: use new libdrm_radeon api | Dave Airlie | |
2009-12-19 | r300: minor blit rework | Maciej Cencora | |
Use vert/tex coords instead of byte offsets for specyfing src/dst image offsets. This will allow for blitting between tiled/untiled buffers. | |||
2009-12-19 | r300: better fix for glCopyTexSubImage | Maciej Cencora | |
2009-12-18 | radeon: protect fbo allocation message with debug | Alex Deucher | |
fixes fdo bug 25708 Signed-off-by: Alex Deucher <alexdeucher@gmail.com> | |||
2009-12-18 | r600 : enable gl2, set R600_ENABLE_GLSL_TEST by default. | Richard Li | |
2009-12-18 | radeon: fix frontbuffer read/drawpixels | Dave Airlie | |
Bug 25699 The main problem was the optimising flush wasn't doing the front rendering checks properly. | |||
2009-12-17 | radeon: drop assert accessing cref which is meant to be hidden | Dave Airlie | |
2009-12-17 | radeon: drop unused members of radeon_state. | Dave Airlie | |
2009-12-17 | r600: move structs for legacy cmdbuf into cmdbuf C file. | Dave Airlie | |
these really shouldn't be exposed here | |||
2009-12-16 | r600: Invert front face winding when rendering to FBO | Alex Deucher | |
fixes fdo bug 25679 Signed-off-by: Alex Deucher <alexdeucher@gmail.com> | |||
2009-12-16 | r600 : clean a bit to prepare to enable gl2. | Richard Li | |
2009-12-15 | unichrome: Silence compiler warnings. | Vinson Lee | |
2009-12-15 | sis: Silence compiler warnings. | Vinson Lee | |
2009-12-15 | savage: Silence compiler warnings. | Vinson Lee | |
2009-12-16 | r300: Fix typo on < R5xx RS setup for blits. | Michel Dänzer | |
2009-12-15 | r128: Silence uninitialized variable warnings in r128_tris.c. | Vinson Lee | |
2009-12-15 | dri: Initialize variable in driBindContext. | Vinson Lee | |
2009-12-15 | intel: Fallback to software if drawable size is > MaxRenderbufferSize | Ian Romanick | |
This prevents the mystery blank window if, for example, glxgears is resized larger than 2048 wide on 915. Since the Intel drivers in Mesa 7.6 lack GTT mapped fallbacks, the performance is a slideshow at best. On Mesa 7.7 and later the performance is much better. | |||
2009-12-15 | r600: use _mesa_insert_instructions to fixup wpos instead of manual ins insert | Andre Maasikas | |
this keeps branch targets correct. glsl/trirast works correctly now afaics | |||
2009-12-15 | r600: fix typos for vert-tex | Andre Maasikas | |
at least i think this is how it was meant to work | |||
2009-12-15 | r600: fix fragment.position | Andre Maasikas | |
wpos.y seems inferted to what opengl expexts, so calculate correct value from window dimension and replace references in fragmentprog with calculated value | |||
2009-12-15 | r600: add support for FRAG_ATTRIB_PNTC | Andre Maasikas | |
2009-12-15 | r600: add DDX DDY opcodes | Andre Maasikas | |
2009-12-14 | mga: Silence uninitialized variable warnings. | Vinson Lee | |
2009-12-14 | mach64: Silence uninitialized variable warnings. | Vinson Lee | |
2009-12-14 | r600 : add texture support for vertex shader. | Richard Li | |
2009-12-13 | r300: enable accelerated support for glCopyTexImage only under KMS | Maciej Cencora | |
2009-12-13 | r300: fix regression introduced by da73c1ed | Maciej Cencora | |
The 0 value is correct for I8 format. | |||
2009-12-13 | r300: fix glCopyTexSubImage | Maciej Cencora | |
Need to properly setup colorbuffer when dst pitch != dst width. | |||
2009-12-13 | i810: Silence uninitialized variable warnings in i180tris.c | Vinson Lee | |
2009-12-12 | r300: disable blit debugging info | Maciej Cencora | |
2009-12-12 | r300: emit number of used colorbuffers to pass radeon cs checker | Maciej Cencora | |
2009-12-12 | r300: setup render target format for r300/r400 cards too | Maciej Cencora | |
2009-12-12 | r300: finish blit support for r300 | Maciej Cencora | |
2009-12-12 | more blit fixes | Maciej Cencora | |