Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | mach64: Remove unnecessary headers. | Vinson Lee | 2010-01-20 | 10 | -23/+0 |
| | |||||
* | i810: Remove unnecessary headers. | Vinson Lee | 2010-01-20 | 7 | -14/+0 |
| | |||||
* | ffb: Remove unnecessary headers. | Vinson Lee | 2010-01-20 | 11 | -28/+0 |
| | |||||
* | unichrome: Remove unnecessary headers. | Vinson Lee | 2010-01-19 | 7 | -15/+0 |
| | |||||
* | r600: fill in some missing XRGB tex formats | Alex Deucher | 2010-01-15 | 1 | -0/+26 |
| | |||||
* | r600: set tiling correctly for texturing from depth buffer | Alex Deucher | 2010-01-15 | 1 | -0/+10 |
| | |||||
* | r600: fix typo in SQ setup | Alex Deucher | 2010-01-15 | 1 | -3/+3 |
| | |||||
* | radeon: fix prediction for r100 inline vert/elt emits. | Dave Airlie | 2010-01-11 | 1 | -0/+1 |
| | | | | | On r100 we emit the indices inline so we need to account for that in the emission size. | ||||
* | radeon: fix bug in realloc code. | Dave Airlie | 2010-01-11 | 1 | -1/+1 |
| | | | | This bug was fixed in libdrm ages ago, port to non-kms | ||||
* | r300: Move initial declaration outside for loop. | Vinson Lee | 2010-01-08 | 1 | -2/+4 |
| | |||||
* | meta: remove F suffix from _mesa_Ortho() params | Brian Paul | 2010-01-06 | 1 | -3/+3 |
| | | | | _mesa_Ortho() takes GLdoubles. | ||||
* | meta: move destination vertex/projection setup out of _mesa_meta_GenerateMipmap | Brian Paul | 2010-01-06 | 1 | -19/+21 |
| | | | | Based on a patch submitted by Pierre Willenbrock <[email protected]> | ||||
* | meta: set viewport and projection matrix in _mesa_meta_GenerateMipmap | Brian Paul | 2010-01-06 | 1 | -0/+9 |
| | | | | | | This fixes mipmap levels being clipped to the last viewport. Based on a patch submitted by Pierre Willenbrock <[email protected]> | ||||
* | r600: adjust after radeon mipmap changes in 7118db8700 | Andre Maasikas | 2010-01-06 | 2 | -6/+5 |
| | | | | | | R600_OUT_BATCH_RELOC doesn't really use offset so set it in TEX_RESOURCE2 + typo fix | ||||
* | r600: float texture component ordering | Pierre Ossman | 2010-01-06 | 1 | -20/+20 |
| | | | | | | | The ordering of texture components was backwards for the floating point textures. Signed-off-by: Pierre Ossman <[email protected]> | ||||
* | mesa: test index bounds before array element | Roel Kluin | 2010-01-06 | 1 | -1/+1 |
| | | | | | | | Check whether the index is within bounds before accessing the array. Signed-off-by: Roel Kluin <[email protected]> Signed-off-by: Brian Paul <[email protected]> | ||||
* | i965: fix invalid assertion in emit_xpd(), again | Brian Paul | 2010-01-06 | 1 | -1/+1 |
| | |||||
* | i965: fix invalid assertion in emit_xpd() | Brian Paul | 2010-01-05 | 1 | -1/+1 |
| | | | | Invalid assertion found by Roel Kluin <[email protected]> | ||||
* | tdfx: condition always evaluates to false in SetupDoubleTexEnvVoodoo3() | Roel Kluin | 2010-01-05 | 1 | -1/+1 |
| | | | | | | This can never be true. Signed-off-by: Roel Kluin <[email protected]> | ||||
* | i915: Use _MaxLevel on principle in texture setup. | Eric Anholt | 2010-01-04 | 1 | -3/+4 |
| | | | | | | It was OK before because we proceed to clamp the value to hardware limits, but given that other use of MaxLevel has been a trap, let's avoid it. | ||||
* | intel: Fix CopyTexImage from tiled mipmap levels > 0. | Eric Anholt | 2010-01-04 | 1 | -2/+3 |
| | | | | Fixes piglit fbo-copyteximage. | ||||
* | i965: Fix the surface offset calculation for tiled buffers. | Eric Anholt | 2010-01-04 | 1 | -20/+30 |
| | | | | | | If we ever had a non-tile-aligned tiled renderbuffer, the math was all off. Use the existing x,y coordinates instead of trying to reconstruct them from an incorrectly-calculated offset value. | ||||
* | r600: support vertex_array_bgra | Andre Maasikas | 2010-01-04 | 5 | -6/+25 |
| | | | | | Use vertex program key mechanism and swizzle during vertex fetch - is there a better way? | ||||
* | r300: Use C-style comments. | Vinson Lee | 2010-01-03 | 1 | -15/+15 |
| | |||||
* | r300: Silence 'mixed declarations and code' warnings. | Vinson Lee | 2010-01-03 | 1 | -4/+7 |
| | |||||
* | r300: Silence 'mixed declarations and code' warning. | Vinson Lee | 2010-01-03 | 1 | -1/+2 |
| | |||||
* | r300: Silence 'mixed declarations and code' warning. | Vinson Lee | 2010-01-03 | 1 | -1/+3 |
| | |||||
* | i810: Fix include recursion. | Vinson Lee | 2010-01-02 | 1 | -1/+0 |
| | |||||
* | sis: ifdef out unused variable. | Vinson Lee | 2010-01-02 | 1 | -0/+2 |
| | | | | Silences GCC warning. | ||||
* | tdfx: Silence uninitialized variable warning. | Vinson Lee | 2009-12-29 | 1 | -1/+1 |
| | |||||
* | intel: Silence compiler warnings. | Vinson Lee | 2009-12-28 | 9 | -14/+16 |
| | |||||
* | Merge branch 'mesa_7_6_branch' into mesa_7_7_branch | Brian Paul | 2009-12-27 | 5 | -3/+5 |
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: src/gallium/auxiliary/util/u_network.c src/gallium/auxiliary/util/u_network.h src/gallium/drivers/i915/i915_state.c src/gallium/drivers/trace/tr_rbug.c src/gallium/state_trackers/vega/bezier.c src/gallium/state_trackers/vega/vg_context.c src/gallium/state_trackers/xorg/xorg_crtc.c src/gallium/state_trackers/xorg/xorg_driver.c src/gallium/winsys/xlib/xlib_brw_context.c src/mesa/main/mtypes.h | ||||
| * | i915: Fix assert. | Vinson Lee | 2009-12-26 | 1 | -1/+1 |
| | | |||||
| * | intel: Silence implicit function declaration warning. | Vinson Lee | 2009-12-25 | 1 | -0/+1 |
| | | |||||
| * | i965: Fix assert. | Vinson Lee | 2009-12-24 | 1 | -1/+1 |
| | | |||||
| * | i965: Add missing va_end. | Vinson Lee | 2009-12-24 | 1 | -0/+1 |
| | | |||||
| * | ffb: Silence compiler warnings. | Vinson Lee | 2009-12-22 | 1 | -1/+1 |
| | | |||||
* | | intel: Bump driver date to reflect status as final Q4 driver RC | Ian Romanick | 2009-12-21 | 1 | -1/+1 |
| | | |||||
* | | 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 |
| | |