Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | | | i965: Fix setup of immediate types for gen4 disasm. | Eric Anholt | 2009-12-26 | 1 | -1/+1 | |
| | | | | | | | | | | | | Caught by clang. | |||||
* | | | intel: Replace some gen3 IS_* checks with context structure usage. | Eric Anholt | 2009-12-22 | 6 | -9/+13 | |
| | | | | | | | | | | | | Shaves 400 bytes or so from i915_dri.so. | |||||
* | | | intel: Replace IS_965 checks with context structure usage. | Eric Anholt | 2009-12-22 | 8 | -16/+18 | |
| | | | | | | | | | | | | Saves another 600 bytes or so of code. | |||||
* | | | intel: Replace IS_G4X() across the driver with context structure usage. | Eric Anholt | 2009-12-22 | 16 | -59/+79 | |
| | | | | | | | | | | | | Saves ~2KB of code. | |||||
* | | | intel: Replace IS_IGDNG checks with intel->is_ironlake or needs_ff_sync. | Eric Anholt | 2009-12-22 | 24 | -62/+108 | |
| | | | | | | | | | | | | Saves ~480 bytes of code. | |||||
* | | | intel: Fix leakage of active texture state in glBitmap fp metaops. | Eric Anholt | 2009-12-22 | 1 | -0/+1 | |
| | | | | | | | | | | | | Noticed by clang. | |||||
* | | | i915: Fix use of uninitialized variable in OPCODE_NOISE stub. | Eric Anholt | 2009-12-22 | 1 | -1/+1 | |
| | | | | | | | | | | | | | | | | | | 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. | |||||
* | | | mesa: Replace CLAMP_SELF() macro with more obvious CLAMP() usage. | Eric Anholt | 2009-12-22 | 3 | -6/+7 | |
| | | | | | | | | | | | | | | | The same code is generated, and readers and static analyzers are happier. | |||||
* | | | intel: Remove unused stored values reported by clang. | Eric Anholt | 2009-12-22 | 5 | -18/+3 | |
| | | | ||||||
* | | | mesa: Remove _mesa_exit wrapper for exit(). | Eric Anholt | 2009-12-22 | 6 | -6/+6 | |
| | | | | | | | | | | | | | | | It does nothing else while being less useful than exit() because it lacks attributes that real exit() has. | |||||
* | | | mesa: adjust OPCODE_IF/ELSE BranchTarget fields to point to ELSE/ENDIF instr. | Brian Paul | 2009-12-22 | 1 | -2/+2 | |
| | | | | | | | | | | | | This is a little more logical. Suggested in bug report 25654. | |||||
* | | | intel: Replace release info in DRIVER_DATE with "DEVELOPMENT" | Ian Romanick | 2009-12-21 | 1 | -1/+1 | |
| | | | ||||||
* | | | Merge branch 'mesa_7_7_branch' | Ian Romanick | 2009-12-21 | 1 | -1/+1 | |
|\| | | | | | | | | | | | | | | Conflicts: src/mesa/main/version.h | |||||
| * | | intel: Bump driver date to reflect status as final Q4 driver RC | Ian Romanick | 2009-12-21 | 1 | -1/+1 | |
| | | | ||||||
* | | | osmesa: Fix a copy/paste error in building libOSMesa | Jeremy Huddleston | 2009-12-21 | 1 | -1/+1 | |
| | | | | | | | | | | | | Signed-off-by: Jeremy Huddleston <[email protected]> | |||||
* | | | Merge branch 'mesa_7_7_branch' | Brian Paul | 2009-12-21 | 21 | -34/+77 | |
|\| | | | | | | | | | | | | | | | | | Conflicts: src/mesa/main/version.h src/mesa/state_tracker/st_atom_shader.c | |||||
| * | | Merge branch 'mesa_7_6_branch' into mesa_7_7_branch | Brian Paul | 2009-12-21 | 1 | -7/+6 | |
| |\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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 | |||||
| | * | radeon/r600: use new libdrm_radeon api | Dave Airlie | 2009-12-22 | 28 | -534/+645 | |
| | | | ||||||
| | * | radeon: drop assert accessing cref which is meant to be hidden | Dave Airlie | 2009-12-22 | 1 | -1/+0 | |
| | | | ||||||
| | * | radeon: drop unused members of radeon_state. | Dave Airlie | 2009-12-22 | 1 | -3/+0 | |
| | | | ||||||
| | * | r600: move structs for legacy cmdbuf into cmdbuf C file. | Dave Airlie | 2009-12-22 | 2 | -16/+15 | |
| | | | | | | | | | | | | these really shouldn't be exposed here | |||||
| | * | r600: fix glFrontFace(GL_CW) | Dave Airlie | 2009-12-21 | 1 | -7/+2 | |
| | | | | | | | | | | | | | | | | | | fd.o bug #25290 Suggested fix from Rafael Monica | |||||
| | * | r600: Invert front face winding when rendering to FBO | Alex Deucher | 2009-12-16 | 1 | -0/+4 | |
| | | | | | | | | | | | | | | | | | | fixes fdo bug 25679 Signed-off-by: Alex Deucher <[email protected]> | |||||
| * | | radeon/r600: use new libdrm_radeon api | Dave Airlie | 2009-12-22 | 28 | -546/+644 | |
| | | | ||||||
| * | | radeon: drop assert accessing cref which is meant to be hidden | Dave Airlie | 2009-12-22 | 1 | -1/+0 | |
| | | | ||||||
| * | | radeon: drop unused members of radeon_state. | Dave Airlie | 2009-12-22 | 1 | -3/+0 | |
| | | | ||||||
| * | | r600: move structs for legacy cmdbuf into cmdbuf C file. | Dave Airlie | 2009-12-22 | 2 | -16/+15 | |
| | | | | | | | | | | | | these really shouldn't be exposed here | |||||
| * | | i915: Fix GL_TEXTURE_MAX_LEVEL support (piglit levelclamp test). | Eric Anholt | 2009-12-18 | 1 | -1/+6 | |
| | | | ||||||
| * | | i915: Clean up some unnecessary x/y miptree code. | Eric Anholt | 2009-12-18 | 1 | -10/+1 | |
| | | | | | | | | | | | | | | | | | | The base of the texture is always the base of the miptree. If it wasn't, we'd have issues with this code due to miptrees not walking the same direction for all LODs. | |||||
| * | | i965: Add support for OPCODE_CMP in the VS to fix GLSL sqrt() | Eric Anholt | 2009-12-18 | 1 | -0/+14 | |
| | | | | | | | | | | | | Bug #25628. Fixes piglit case glsl-vs-sqrt-zero. | |||||
| * | | Merge branch 'mesa_7_6_branch' into mesa_7_7_branch | Ian Romanick | 2009-12-16 | 8 | -7/+11 | |
| |\| | | | | | | | | | | | | | | | | | | | | | | Conflicts: src/mesa/drivers/dri/unichrome/via_ioctl.c src/mesa/drivers/dri/unichrome/via_screen.c src/mesa/main/version.h src/mesa/state_tracker/st_atom.c | |||||
| | * | unichrome: Silence compiler warnings. | Vinson Lee | 2009-12-15 | 3 | -4/+4 | |
| | | | ||||||
| | * | sis: Silence compiler warnings. | Vinson Lee | 2009-12-15 | 2 | -2/+2 | |
| | | | ||||||
| | * | savage: Silence compiler warnings. | Vinson Lee | 2009-12-15 | 3 | -3/+6 | |
| | | | ||||||
| | * | r128: Silence uninitialized variable warnings in r128_tris.c. | Vinson Lee | 2009-12-15 | 1 | -1/+2 | |
| | | | ||||||
| | * | dri: Initialize variable in driBindContext. | Vinson Lee | 2009-12-15 | 1 | -1/+1 | |
| | | | ||||||
| * | | Merge branch 'mesa_7_6_branch' into mesa_7_7_branch | Ian Romanick | 2009-12-15 | 4 | -6/+14 | |
| |\| | | | | | | | | | | | | | Conflicts: src/gallium/drivers/softpipe/sp_quad_blend.c | |||||
| | * | intel: Fallback to software if drawable size is > MaxRenderbufferSize | Ian Romanick | 2009-12-15 | 1 | -3/+8 | |
| | | | | | | | | | | | | | | | | | | | | | 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. | |||||
| | * | mga: Silence uninitialized variable warnings. | Vinson Lee | 2009-12-14 | 1 | -1/+2 | |
| | | | ||||||
| | * | mach64: Silence uninitialized variable warnings. | Vinson Lee | 2009-12-14 | 1 | -1/+2 | |
| | | | ||||||
| | * | i810: Silence uninitialized variable warnings in i180tris.c | Vinson Lee | 2009-12-13 | 1 | -1/+2 | |
| | | | ||||||
| * | | i965: Use current draw buffer instead of drawable visual to get alpha bits | Ian Romanick | 2009-12-14 | 2 | -3/+3 | |
| | | | | | | | | | | | | | | | | | | | | | | | | Use the currently bound draw buffer instead of the visual from the drawable used to create the context. This cause problems generating mipmaps for an RGBA texture in an RGB context. This fixes the failure in piglit's glsl-lod-bias test reported in bug #25614. | |||||
| * | | mesa/meta: move BindTexture() call in _mesa_meta_GenerateMipmap() | Brian Paul | 2009-12-14 | 1 | -3/+3 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | This is a follow-up to commit e3fa700c178e11e6735430119232919176ab7b42. The call to _mesa_BindTexture() must be before we set any other texture object state, namely the _mesa_TexParameteri() calls. This fixes bug 25601 (piglit gen-nonzero-unit failure). | |||||
| * | | radeon: fix #25463 | Maciej Cencora | 2009-12-12 | 1 | -1/+4 | |
| | | | | | | | | | | | | This is just a workaroung until we properly fix texture mapping in radeonSpanRenderStart | |||||
| * | | r300: fix depth textures | Maciej Cencora | 2009-12-11 | 2 | -3/+17 | |
| | | | ||||||
* | | | osmesa: added new GLSL libs | Brian Paul | 2009-12-21 | 1 | -1/+5 | |
| | | | ||||||
* | | | r600: support more of arb_point_sprite and also sprite_coord_origin | Andre Maasikas | 2009-12-21 | 1 | -4/+25 | |
| | | | ||||||
* | | | r600: disallow negative offsets for relative addressing for now | Andre Maasikas | 2009-12-21 | 1 | -1/+9 | |
| | | | | | | | | | | | | | | | otherwise for example const[ADDR-3] gets us 253 - ALU_SRC_LITERAL which expects immediate floats to follow and hangs | |||||
* | | | r600: fix glFrontFace(GL_CW) | Dave Airlie | 2009-12-21 | 1 | -7/+2 | |
| | | | | | | | | | | | | | | | | | | fd.o bug #25290 Suggested fix from Rafael Monica | |||||
* | | | radeon/r600: use new libdrm_radeon api | Dave Airlie | 2009-12-21 | 28 | -546/+644 | |
| | | |