summaryrefslogtreecommitdiffstats
path: root/src/mesa/state_tracker
Commit message (Expand)AuthorAgeFilesLines
* gallium: make all checks for PIPE_TEXTURE_2D check for PIPE_TEXTURE_RECT tooLuca Barbieri2010-08-201-1/+1
* Merge branch 'glsl2'Ian Romanick2010-08-161-0/+8
|\
| * st/mesa: remove output register reads inside shadersMarek Olšák2010-08-161-0/+8
* | st/mesa: test for FEATURE definesnobled2010-08-161-0/+2
* | st/mesa: Remove unnecessary header.Vinson Lee2010-08-061-1/+0
* | st/mesa: remove stray semicolonsBrian Paul2010-08-062-2/+2
|/
* st/mesa: Clean up header file inclusion in st_program.h.Vinson Lee2010-08-053-5/+4
* st/mesa: Only get debug option onceJakob Bornecrantz2010-08-051-1/+3
* st/mesa: Only get mesa mvp dp4 option onceJakob Bornecrantz2010-08-051-1/+4
* st/mesa: Clean up header file inclusion in st_mesa_to_tgsi.h.Vinson Lee2010-08-052-1/+4
* st/mesa: Clean up header file inclusion in st_manager.h.Vinson Lee2010-08-052-2/+6
* st/mesa: Remove unnecessary header from st_gl_api.h.Vinson Lee2010-08-051-2/+0
* mesa: Include missing header in st_get_mipmap.h.Vinson Lee2010-08-051-0/+4
* st/mesa: Include missing headers in st_format.h.Vinson Lee2010-08-051-0/+5
* st/mesa: Add forward delcaration in st_extensions.h.Vinson Lee2010-08-051-0/+2
* st/mesa: Add missing headers to st_draw.h.Vinson Lee2010-08-051-1/+6
* st/mesa: Add missing header in st_context.c.Vinson Lee2010-08-041-0/+1
* st/mesa: Add missing header in st_atom_pixeltransfer.c.Vinson Lee2010-08-041-0/+1
* st/mesa: Clean up header file inclusion in st_context.h.Vinson Lee2010-08-041-9/+6
* st/mesa: Add missing header in st_cb_xformfb.h.Vinson Lee2010-08-041-0/+4
* st/mesa: Clean up st_cb_viewport.h.Vinson Lee2010-08-041-0/+7
* st/mesa: Add missing headers in st_cb_texture.h.Vinson Lee2010-08-041-0/+7
* st/mesa: Add forward declaration in st_cb_strings.h.Vinson Lee2010-08-041-0/+2
* st/mesa: Add missing header in st_cb_readpixels.h.Vinson Lee2010-08-041-0/+4
* st/mesa: Clean up header file inclusion in st_cb_rasterpos.h.Vinson Lee2010-08-041-1/+3
* st/mesa: Add missing header in st_cb_program.h.Vinson Lee2010-08-041-0/+4
* st/mesa: Add missing headers in st_cb_flush.h.Vinson Lee2010-08-041-0/+6
* st/mesa: Clean up header inclusion in st_cb_feedback.h.Vinson Lee2010-08-041-1/+3
* st/mesa: Add missing headers to st_cb_fbo.h.Vinson Lee2010-08-041-0/+9
* st/mesa: Clean up header file inclusion in st_cb_eglimage.h.Vinson Lee2010-08-041-2/+3
* st/mesa: Clean up header file inclusion in st_cb_drawtex.h.Vinson Lee2010-08-041-1/+4
* st/mesa: Clean up header file inclusion in st_cb_drawpixels.h.Vinson Lee2010-08-041-1/+4
* st/mesa: Add forward declaration in st_cb_condrender.h.Vinson Lee2010-08-041-0/+2
* st/mesa: Add forward declarations in st_cb_clear.h.Vinson Lee2010-08-041-0/+3
* st/mesa: Include missing headers in st_cb_bufferobjects.h.Vinson Lee2010-08-041-2/+5
* st/mesa: Clean up header file inclusion in st_cb_blit.h.Vinson Lee2010-08-041-2/+4
* st/mesa: Clean up header file inclusion in st_cb_bitmap.h.Vinson Lee2010-08-041-1/+4
* st/mesa: Clean up header file inclusion in st_cache.h.Vinson Lee2010-08-031-2/+3
* st/mesa: Add forward declarations in st_atom_shader.h.Vinson Lee2010-08-031-0/+3
* st/mesa: Add forward declarations in st_atom_constbuf.h.Vinson Lee2010-08-031-0/+3
* st/mesa: Include glheader.h in st_atom.h.Vinson Lee2010-08-031-0/+2
* mesa: Remove inclusion of compiler.h from mtypes.h.Vinson Lee2010-07-314-4/+8
* st/mesa: better handling of indirect addressing of temp/const register filesBrian Paul2010-07-301-4/+24
* mesa: Remove unnecessary headers.Vinson Lee2010-07-301-1/+0
* gallium: Use unified pipe_context::draw_vbo.Chia-I Wu2010-07-291-100/+69
* st/mesa: get rid of unneeded ureg_writemask()Brian Paul2010-07-231-3/+2
* st/mesa: fix bug in emit_adjusted_wpos()Brian Paul2010-07-231-2/+5
* st/mesa: implement depth clampMarek Olšák2010-07-212-0/+6
* st/mesa: implement and advertise GL_ARB_draw_elements_base_vertexMarek Olšák2010-07-202-3/+5
* st/mesa: implement depth texture modesMarek Olšák2010-07-201-11/+85