Age | Commit message (Collapse) | Author | |
---|---|---|---|
2010-01-23 | sis: Remove unnecessary headers. | Vinson Lee | |
2010-01-23 | savage: Remove unnecessary headers. | Vinson Lee | |
2010-01-23 | mga: Remove unnecessary headers. | Vinson Lee | |
2010-01-22 | i965: Remove unnecessary headers. | Vinson Lee | |
2010-01-22 | i915: Remove unnecessary headers. | Vinson Lee | |
2010-01-22 | Fix PowerPC related typo in spantmp2.h | Ruediger Oertel | |
Signed-off-by: Matthias Hopf <mhopf@suse.de> Signed-off-by: Brian Paul <brianp@vmware.com> | |||
2010-01-21 | r200: fix CS section size mismatch | Roland Scheidegger | |
Partial fix for fdo bug 25544 The tex handling will still need CS drm changes, see bug 25544 for more. | |||
2010-01-20 | mach64: Remove unnecessary headers. | Vinson Lee | |
2010-01-20 | i810: Remove unnecessary headers. | Vinson Lee | |
2010-01-20 | ffb: Remove unnecessary headers. | Vinson Lee | |
2010-01-19 | unichrome: Remove unnecessary headers. | Vinson Lee | |
2010-01-15 | r600: fill in some missing XRGB tex formats | Alex Deucher | |
2010-01-15 | r600: set tiling correctly for texturing from depth buffer | Alex Deucher | |
2010-01-15 | r600: fix typo in SQ setup | Alex Deucher | |
2010-01-11 | radeon: fix prediction for r100 inline vert/elt emits. | Dave Airlie | |
On r100 we emit the indices inline so we need to account for that in the emission size. | |||
2010-01-11 | radeon: fix bug in realloc code. | Dave Airlie | |
This bug was fixed in libdrm ages ago, port to non-kms | |||
2010-01-08 | r300: Move initial declaration outside for loop. | Vinson Lee | |
2010-01-06 | r600: adjust after radeon mipmap changes in 7118db8700 | Andre Maasikas | |
R600_OUT_BATCH_RELOC doesn't really use offset so set it in TEX_RESOURCE2 + typo fix | |||
2010-01-06 | r600: float texture component ordering | Pierre Ossman | |
The ordering of texture components was backwards for the floating point textures. Signed-off-by: Pierre Ossman <pierre@ossman.eu> | |||
2010-01-06 | mesa: test index bounds before array element | Roel Kluin | |
Check whether the index is within bounds before accessing the array. Signed-off-by: Roel Kluin <roel.kluin@gmail.com> Signed-off-by: Brian Paul <brianp@vmware.com> | |||
2010-01-06 | i965: fix invalid assertion in emit_xpd(), again | Brian Paul | |
2010-01-05 | i965: fix invalid assertion in emit_xpd() | Brian Paul | |
Invalid assertion found by Roel Kluin <roel.kluin@gmail.com> | |||
2010-01-05 | tdfx: condition always evaluates to false in SetupDoubleTexEnvVoodoo3() | Roel Kluin | |
This can never be true. Signed-off-by: Roel Kluin <roel.kluin@gmail.com> | |||
2010-01-04 | i915: Use _MaxLevel on principle in texture setup. | Eric Anholt | |
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. | |||
2010-01-04 | intel: Fix CopyTexImage from tiled mipmap levels > 0. | Eric Anholt | |
Fixes piglit fbo-copyteximage. | |||
2010-01-04 | i965: Fix the surface offset calculation for tiled buffers. | Eric Anholt | |
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. | |||
2010-01-04 | r600: support vertex_array_bgra | Andre Maasikas | |
Use vertex program key mechanism and swizzle during vertex fetch - is there a better way? | |||
2010-01-03 | r300: Use C-style comments. | Vinson Lee | |
2010-01-03 | r300: Silence 'mixed declarations and code' warnings. | Vinson Lee | |
2010-01-03 | r300: Silence 'mixed declarations and code' warning. | Vinson Lee | |
2010-01-03 | r300: Silence 'mixed declarations and code' warning. | Vinson Lee | |
2010-01-02 | i810: Fix include recursion. | Vinson Lee | |
2010-01-02 | sis: ifdef out unused variable. | Vinson Lee | |
Silences GCC warning. | |||
2009-12-29 | tdfx: Silence uninitialized variable warning. | Vinson Lee | |
2009-12-28 | intel: Silence compiler warnings. | Vinson Lee | |
2009-12-27 | Merge branch 'mesa_7_6_branch' into mesa_7_7_branch | Brian Paul | |
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 | |||
2009-12-26 | i915: Fix assert. | Vinson Lee | |
2009-12-25 | intel: Silence implicit function declaration warning. | Vinson Lee | |
2009-12-24 | i965: Fix assert. | Vinson Lee | |
2009-12-24 | i965: Add missing va_end. | Vinson Lee | |
2009-12-22 | ffb: Silence compiler warnings. | Vinson Lee | |
2009-12-21 | intel: Bump driver date to reflect status as final Q4 driver RC | Ian Romanick | |
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 | |