Age | Commit message (Collapse) | Author | |
---|---|---|---|
2009-12-22 | intel: Replace some gen3 IS_* checks with context structure usage. | Eric Anholt | |
Shaves 400 bytes or so from i915_dri.so. | |||
2009-12-22 | intel: Replace IS_965 checks with context structure usage. | Eric Anholt | |
Saves another 600 bytes or so of code. | |||
2009-12-22 | intel: Replace IS_G4X() across the driver with context structure usage. | Eric Anholt | |
Saves ~2KB of code. | |||
2009-12-22 | intel: Replace IS_IGDNG checks with intel->is_ironlake or needs_ff_sync. | Eric Anholt | |
Saves ~480 bytes of code. | |||
2009-12-22 | intel: Fix leakage of active texture state in glBitmap fp metaops. | Eric Anholt | |
Noticed by clang. | |||
2009-12-22 | i915: Fix use of uninitialized variable in OPCODE_NOISE stub. | Eric Anholt | |
We don't actually care which register is used since we're just swizzling (0,0,0,0), but it should be a valid variable number. Detected by clang. | |||
2009-12-22 | mesa: Replace CLAMP_SELF() macro with more obvious CLAMP() usage. | Eric Anholt | |
The same code is generated, and readers and static analyzers are happier. | |||
2009-12-22 | intel: Remove unused stored values reported by clang. | Eric Anholt | |
2009-12-22 | mesa: Remove _mesa_exit wrapper for exit(). | Eric Anholt | |
It does nothing else while being less useful than exit() because it lacks attributes that real exit() has. | |||
2009-12-22 | mesa: adjust OPCODE_IF/ELSE BranchTarget fields to point to ELSE/ENDIF instr. | Brian Paul | |
This is a little more logical. Suggested in bug report 25654. | |||
2009-12-21 | intel: Replace release info in DRIVER_DATE with "DEVELOPMENT" | Ian Romanick | |
2009-12-21 | Merge branch 'mesa_7_7_branch' | Ian Romanick | |
Conflicts: src/mesa/main/version.h | |||
2009-12-21 | intel: Bump driver date to reflect status as final Q4 driver RC | Ian Romanick | |
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 | 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 | |