summaryrefslogtreecommitdiffstats
path: root/src/mesa
Commit message (Collapse)AuthorAgeFilesLines
* mesa: use switch in _mesa_DeletePrograms()Brian Paul2010-01-221-7/+8
|
* Merge branch 'mesa_7_7_branch'Brian Paul2010-01-222-32/+73
|\ | | | | | | | | | | Conflicts: src/mesa/shader/prog_execute.c
| * mesa: re-implement _mesa_ProgramEnvParameter4fvARB() with memcpy()Brian Paul2010-01-221-3/+30
| | | | | | | | | | | | | | | | | | This is faster and ensures that NaN floats get stored properly. Before, NaN values (which might be used with UP2H, UP2US, UP4B and UP4UB) weren't getting stored properly with gcc -O3. This is the second part of the fix for the piglit fp-unpack-01 failure (bug 25973).
| * mesa: use new fetch_vector1ui() function for 'unpack' GPU instructionsBrian Paul2010-01-221-24/+42
| | | | | | | | | | | | | | The UP2H, UP2US, UP4B and UP4UB instructions interpret the float registers as integers. With gcc -O3 some bits were getting mixed up somewhere. This is part of the fix for the piglit fp-unpack-01 test failure (bug 25973).
* | Merge branch 'mesa_7_7_branch'Brian Paul2010-01-22104-252/+145
|\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: src/gallium/auxiliary/draw/draw_context.c src/gallium/auxiliary/draw/draw_pt_fetch_shade_pipeline.c src/gallium/auxiliary/pipebuffer/Makefile src/gallium/auxiliary/pipebuffer/SConscript src/gallium/auxiliary/pipebuffer/pb_buffer_fenced.c src/gallium/auxiliary/tgsi/tgsi_scan.c src/gallium/drivers/i915/i915_surface.c src/gallium/drivers/i915/i915_texture.c src/gallium/drivers/llvmpipe/lp_setup.c src/gallium/drivers/llvmpipe/lp_tex_sample_c.c src/gallium/drivers/llvmpipe/lp_texture.c src/gallium/drivers/softpipe/sp_prim_vbuf.c src/gallium/state_trackers/xorg/xorg_dri2.c src/gallium/winsys/drm/intel/gem/intel_drm_api.c src/gallium/winsys/drm/nouveau/drm/nouveau_drm_api.c src/gallium/winsys/drm/radeon/core/radeon_drm.c src/gallium/winsys/drm/vmware/core/vmw_screen_dri.c src/mesa/state_tracker/st_cb_clear.c
| * Fix PowerPC related typo in spantmp2.hRuediger Oertel2010-01-221-1/+1
| | | | | | | | | | Signed-off-by: Matthias Hopf <[email protected]> Signed-off-by: Brian Paul <[email protected]>
| * st/mesa: Remove unnecessary header from st_cb_viewport.c.Vinson Lee2010-01-211-1/+0
| |
| * mesa: Use pipe_buffer_write_nooverlap where appropriate.José Fonseca2010-01-213-9/+19
| |
| * r200: fix CS section size mismatchRoland Scheidegger2010-01-211-1/+2
| | | | | | | | | | | | | | Partial fix for fdo bug 25544 The tex handling will still need CS drm changes, see bug 25544 for more.
| * mach64: Remove unnecessary headers.Vinson Lee2010-01-2010-23/+0
| |
| * i810: Remove unnecessary headers.Vinson Lee2010-01-207-14/+0
| |
| * ffb: Remove unnecessary headers.Vinson Lee2010-01-2011-28/+0
| |
| * st/mesa: fix format logic in compatible_src_dst_formats()Brian Paul2010-01-201-12/+44
| | | | | | | | | | We need to consider the user-requested formats, not the actual device- chosen formats. See code comments for more details.
| * st/dri: update dri2 drawables when viewport is changedBen Skeggs2010-01-191-2/+2
| | | | | | | | | | | | | | Fixes gnome-shell on nouveau, as well as window resize with various other applications. Signed-off-by: Ben Skeggs <[email protected]>
| * unichrome: Remove unnecessary headers.Vinson Lee2010-01-197-15/+0
| |
| * mesa: Remove unnecessary header from attrib.c.Vinson Lee2010-01-181-1/+0
| |
| * mesa: Remove unnecessary header from blend.c.Vinson Lee2010-01-181-1/+0
| |
| * mesa: Remove unnecessary headers from buffers.c.Vinson Lee2010-01-181-2/+0
| |
| * mesa: Remove unnecessary header from convolve.c.Vinson Lee2010-01-181-1/+0
| |
| * mesa: Fix typo of 'unknown' in debug.c.Vinson Lee2010-01-181-1/+1
| |
| * mesa: Remove unnecessary headers from debug.c.Vinson Lee2010-01-181-2/+0
| |
| * mesa: Remove unnecessary header from depthstencil.c.Vinson Lee2010-01-181-1/+0
| |
| * mesa: Remove unnecessary headers from dlist.c.Vinson Lee2010-01-181-21/+0
| |
| * mesa: Remove unnecessary header from drawpix.c.Vinson Lee2010-01-181-1/+0
| |
| * mesa: Remove unnecessary header from enable.c.Vinson Lee2010-01-181-1/+0
| |
| * mesa: Remove unnecessary headers from fbobject.c.Vinson Lee2010-01-181-3/+0
| |
| * mesa: Remove unnecessary header from formats.c.Vinson Lee2010-01-181-1/+0
| |
| * mesa: Remove unnecessary header from image.c.Vinson Lee2010-01-181-1/+0
| |
| * mesa: Handle PIPE_FORMAT_B8G8R8X8_UNORM.José Fonseca2010-01-181-0/+2
| |
| * mesa: Remove unnecessary headers from lines.c.Vinson Lee2010-01-181-2/+0
| |
| * mesa: Remove unnecessary header from mipmap.c.Vinson Lee2010-01-181-1/+0
| |
| * mesa: Remove unnecessary header from pixel.c.Vinson Lee2010-01-181-1/+0
| |
| * mesa: Remove unnecessary headers from pixelstore.c.Vinson Lee2010-01-181-3/+0
| |
| * mesa: Remove unnecessary header from points.c.Vinson Lee2010-01-181-1/+0
| |
| * mesa: Remove unnecessary header from polygon.c.Vinson Lee2010-01-181-1/+0
| |
| * mesa: Remove unnecessary header from state.c.Vinson Lee2010-01-181-1/+0
| |
| * mesa: Remove unnecessary headers from texcompress.c.Vinson Lee2010-01-181-3/+0
| |
| * st/mesa: change instruction count assertion to > 0Brian Paul2010-01-181-1/+1
| | | | | | | | Shaders should at least have an END instruction.
| * mesa: Remove unnecessary headers from texformat.c.Vinson Lee2010-01-181-2/+0
| |
| * mesa: Remove unnecessary headers from texgetimage.c.Vinson Lee2010-01-181-2/+0
| |
| * mesa: Remove unnecessary header from teximage.c.Vinson Lee2010-01-171-1/+0
| |
| * mesa: Remove unnecessary header from texobj.c.Vinson Lee2010-01-171-1/+0
| |
| * mesa: Remove unnecessary header from texparam.c.Vinson Lee2010-01-171-1/+0
| |
| * mesa: Remove unnecessary headers from texstate.c.Vinson Lee2010-01-171-2/+0
| |
| * mesa: Use preprocessor to comment out code.Vinson Lee2010-01-171-2/+2
| |
| * mesa: Remove unnecessary headers from vtxfmt.c.Vinson Lee2010-01-171-2/+0
| |
| * mesa: Remove unnecessary headers from arbprogparse.c.Vinson Lee2010-01-161-3/+0
| |
| * mesa: Remove unnecessary header from nvvertparse.c.Vinson Lee2010-01-161-1/+0
| |
| * glsl: Remove unnecessary header from prog_execute.c.Vinson Lee2010-01-161-1/+0
| |
| * glsl: Remove unnecessary header from prog_statevars.c.Vinson Lee2010-01-161-1/+0
| |