aboutsummaryrefslogtreecommitdiffstats
path: root/src
Commit message (Collapse)AuthorAgeFilesLines
* glsl: Remove unnecessary header from slang_log.c.Vinson Lee2010-01-161-1/+0
|
* st/mesa: Remove unnecessary header from st_atom_framebuffer.c.Vinson Lee2010-01-161-1/+0
|
* st/mesa: Remove unnecessary header from st_atom_pixeltransfer.c.Vinson Lee2010-01-161-1/+0
|
* st/mesa: Remove unnecessary header from st_atom_sampler.c.Vinson Lee2010-01-161-1/+0
|
* st/mesa: Remove unnecessary header from st_atom_shader.c.Vinson Lee2010-01-161-1/+0
|
* st/mesa: Remove unnecessary headers from st_cb_accum.c.Vinson Lee2010-01-161-2/+0
|
* st/mesa: Remove unnecessary headers from st_cb_bitmap.c.Vinson Lee2010-01-161-5/+0
|
* st/mesa: Remove unnecessary headers from st_cb_blit.c.Vinson Lee2010-01-151-4/+0
|
* st/mesa: Remove unnecessary headers from st_cb_clear.c.Vinson Lee2010-01-151-3/+0
|
* st/mesa: Remove unnecessary headers from st_cb_drawpixels.c.Vinson Lee2010-01-151-5/+0
|
* r600: fill in some missing XRGB tex formatsAlex Deucher2010-01-151-0/+26
|
* r600: set tiling correctly for texturing from depth bufferAlex Deucher2010-01-151-0/+10
|
* r600: fix typo in SQ setupAlex Deucher2010-01-151-3/+3
|
* st/mesa: Remove unnecessary header from st_cb_fbo.c.Vinson Lee2010-01-151-1/+0
|
* st/mesa: Remove unnecessary headers from st_cb_feedback.c.Vinson Lee2010-01-151-3/+0
|
* st/mesa: Remove unnecessary header from st_cb_program.c.Vinson Lee2010-01-151-1/+0
|
* st/mesa: Remove unnecessary header from st_cb_queryobj.c.Vinson Lee2010-01-151-1/+0
|
* tgsi: fix detection of front-facing attributeBrian Paul2010-01-151-6/+4
| | | | This code was not updated when we added TGSI_SEMANTIC_FACE a while ago.
* swrast: add missing call to _swrast_depth_bounds_test()Brian Paul2010-01-151-0/+7
| | | | | | | | We were calling this from the CI span function, but not the RGBA span function. I don't know of a test program for the GL_EXT_depth_bounds_test extension...
* swrast: fix broken _swrast_depth_clamp_span()Brian Paul2010-01-151-14/+27
| | | | | | | | | | The integer Z clamping range depends on the number of bits in the Z buffer because that's the scale factor used when we transform NDC coords by the viewport/depth range. Fixes fd.o bug #25972 but only for Z buffers up to a depth of 30 bits. Beyond that we get into messy integer overflow issues and things fall apart.
* st/mesa: Remove unnecessary header from st_cb_rasterpos.c.Vinson Lee2010-01-141-1/+0
|
* st/mesa: Remove unnecessary headers from st_cb_readpixels.c.Vinson Lee2010-01-141-2/+0
|
* st/mesa: Remove unnecessary header from st_cb_strings.c.Vinson Lee2010-01-141-1/+0
|
* st/mesa: Remove unnecessary headers from st_cb_texture.c.Vinson Lee2010-01-141-2/+0
|
* st/mesa: Remove unnecessary headers from st_cb_viewport.c.Vinson Lee2010-01-141-2/+0
|
* st/mesa: Remove unnecessary headers from st_context.c.Vinson Lee2010-01-141-6/+0
|
* st/mesa: Remove unnecessary header from st_draw_feedback.c.Vinson Lee2010-01-141-1/+0
|
* st/mesa: Remove unnecessary header from st_extensions.c.Vinson Lee2010-01-141-1/+0
|
* st/mesa: Remove unnecessary header from st_format.c.Vinson Lee2010-01-141-1/+0
|
* st/mesa: Remove unnecessary headers from st_framebuffer.c.Vinson Lee2010-01-141-4/+0
|
* st/mesa: Remove unnecessary headers from st_gen_mipmap.c.Vinson Lee2010-01-141-2/+0
|
* st/mesa: Remove unnecessary header from st_program.c.Vinson Lee2010-01-131-1/+0
|
* st/mesa: Remove unnecessary header from st_texture.c.Vinson Lee2010-01-131-1/+0
|
* swrast: Remove unnecessary header from s_accum.c.Vinson Lee2010-01-131-1/+0
|
* swrast: Remove unnecessary header from s_atifragshader.c.Vinson Lee2010-01-131-1/+0
|
* swrast: Remove unnecessary header from s_bitmap.c.Vinson Lee2010-01-131-1/+0
|
* swrast: Remove unnecessary headers from s_copypix.c.Vinson Lee2010-01-131-2/+0
|
* swrast: Remove unnecessary header from s_depth.c.Vinson Lee2010-01-131-1/+0
|
* swrast: Remove unnecessary header from s_drawpix.c.Vinson Lee2010-01-131-1/+0
|
* swrast: Remove unnecessary header from s_feedback.c.Vinson Lee2010-01-131-1/+0
|
* st/dri: Make sure we always request a fake front.Thomas Hellstrom2010-01-131-2/+1
| | | | | | | | This should be the correct, but sub-optimal way to handle things on pre-1.7 servers. For servers that automatically adds a fake front we should never request the fake front and handle the reply differently. Signed-off-by: Thomas Hellstrom <[email protected]>
* svga: Fix compile_vs error code.José Fonseca2010-01-132-3/+7
| | | | | | It could erroneously return PIPE_OK in some circumstances. Make compile_fs code identical.
* swrast: Remove unnecessary header from s_fragprog.c.Vinson Lee2010-01-121-1/+0
|
* swrast: Remove unnecessary header in s_lines.c.Vinson Lee2010-01-121-1/+0
|
* swrast: Remove unnecessary header from s_points.c.Vinson Lee2010-01-121-1/+0
|
* swrast: Remove unnecessary header from s_readpix.c.Vinson Lee2010-01-121-1/+0
|
* swrast: Remove unnecessary header from s_texcombine.c.Vinson Lee2010-01-121-1/+0
|
* tnl: Remove unnecessary header from t_context.c.Vinson Lee2010-01-121-1/+0
|
* tnl: Remove unnecessary headers from t_draw.c.Vinson Lee2010-01-121-4/+0
|
* tnl: Remove unnecessary header from t_pipeline.c.Vinson Lee2010-01-121-1/+0
|