summaryrefslogtreecommitdiffstats
path: root/src/mesa/state_tracker
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* st/mesa: fix FRAMEBUFFER_UNSUPPORTED with the D24S8 formatMarek Olšák2010-07-191-7/+19
* st/mesa: fix quad strip trimming bugBrian Paul2010-07-151-27/+57
* mesa: add comments and change Index2D to just Index2Zack Rusin2010-07-131-3/+3
* mesa: get the translation from mesa 2d regs to tgsi workingZack Rusin2010-07-102-9/+13
* mesa: add basic support for 2D register arrays to mesaZack Rusin2010-07-091-0/+8
* st/mesa: additional assertions in st_translate_mesa_program()Brian Paul2010-07-081-0/+5
* gs: inject const int gl_VerticesIn at link timeZack Rusin2010-07-081-9/+2
* st/mesa: fix sampler max_lod computationBrian Paul2010-07-071-1/+2
* st/mesa: fix commentBrian Paul2010-07-011-1/+1
* mesa: make the arguments in the asm statemants optionalZack Rusin2010-06-291-1/+0
* st/mesa: Add support for multiple APIs.Chia-I Wu2010-06-295-36/+82
* st_api: Remove st_context::is_visual_supported.Chia-I Wu2010-06-291-8/+0
* mesa: initial support for ARB_geometry_shader4Zack Rusin2010-06-2810-5/+435
* st/mesa: Remove unnecessary headers.Vinson Lee2010-06-261-2/+0
* Merge branch 'shader-file-reorg'Brian Paul2010-06-2316-35/+33
|\
| * mesa: rename src/mesa/shader/ to src/mesa/program/Brian Paul2010-06-1015-28/+28
| * mesa: refactor shader api / object codeBrian Paul2010-06-102-7/+5
* | st/mesa: remove bogus assertions st_CompressedTexSubImage2DRoland Scheidegger2010-06-221-2/+0
|/
* st/mesa: attempt to fix TFP by using sampler views (v1)Dave Airlie2010-06-085-10/+63
* st/mesa: advertise GL_ARB_fragment_program_shadowMarek Olšák2010-06-061-0/+1
* st/mesa: trivially enable GL_ATI_texture_env_combine3Marek Olšák2010-06-051-0/+2
* st/mesa: fix bug in depthstencil optimizing clear logicRoland Scheidegger2010-06-051-1/+2
* mesa/st: add support for EXT_texture_swizzle.Dave Airlie2010-06-052-2/+59
* Merge branch 'gallium-newclear'Roland Scheidegger2010-06-032-14/+32
|\
| * st/mesa: use new ability to clear only depth or stencilRoland Scheidegger2010-05-292-14/+32
* | gallium: silence all debug_named_value related warningsJoakim Sindholt2010-06-031-9/+9
* | st/mesa: fix indirect addressing of input/output regsBrian Paul2010-06-021-4/+9
* | st/mesa: advertise ARB_half_float_vertex when availableMarek Olšák2010-05-281-0/+7