summaryrefslogtreecommitdiff
path: root/src/mesa/state_tracker
AgeCommit message (Expand)Author
2010-07-23st/mesa: get rid of unneeded ureg_writemask()Brian Paul
2010-07-23st/mesa: fix bug in emit_adjusted_wpos()Brian Paul
2010-07-21st/mesa: implement depth clampMarek Olšák
2010-07-20st/mesa: implement and advertise GL_ARB_draw_elements_base_vertexMarek Olšák
2010-07-20st/mesa: implement depth texture modesMarek Olšák
2010-07-19st/mesa: fix FRAMEBUFFER_UNSUPPORTED with the D24S8 formatMarek Olšák
2010-07-15st/mesa: fix quad strip trimming bugBrian Paul
2010-07-13mesa: add comments and change Index2D to just Index2Zack Rusin
2010-07-10mesa: get the translation from mesa 2d regs to tgsi workingZack Rusin
2010-07-09mesa: add basic support for 2D register arrays to mesaZack Rusin
2010-07-08st/mesa: additional assertions in st_translate_mesa_program()Brian Paul
2010-07-08gs: inject const int gl_VerticesIn at link timeZack Rusin
2010-07-07st/mesa: fix sampler max_lod computationBrian Paul
2010-07-01st/mesa: fix commentBrian Paul
2010-06-29mesa: make the arguments in the asm statemants optionalZack Rusin
2010-06-29st/mesa: Add support for multiple APIs.Chia-I Wu
2010-06-29st_api: Remove st_context::is_visual_supported.Chia-I Wu
2010-06-28mesa: initial support for ARB_geometry_shader4Zack Rusin
2010-06-26st/mesa: Remove unnecessary headers.Vinson Lee
2010-06-23Merge branch 'shader-file-reorg'Brian Paul
2010-06-22st/mesa: remove bogus assertions st_CompressedTexSubImage2DRoland Scheidegger
2010-06-10mesa: rename src/mesa/shader/ to src/mesa/program/Brian Paul
2010-06-10mesa: refactor shader api / object codeBrian Paul
2010-06-08st/mesa: attempt to fix TFP by using sampler views (v1)Dave Airlie
2010-06-06st/mesa: advertise GL_ARB_fragment_program_shadowMarek Olšák
2010-06-05st/mesa: trivially enable GL_ATI_texture_env_combine3Marek Olšák
2010-06-05st/mesa: fix bug in depthstencil optimizing clear logicRoland Scheidegger
2010-06-05mesa/st: add support for EXT_texture_swizzle.Dave Airlie
2010-06-03Merge branch 'gallium-newclear'Roland Scheidegger
2010-06-03gallium: silence all debug_named_value related warningsJoakim Sindholt
2010-06-02st/mesa: fix indirect addressing of input/output regsBrian Paul
2010-05-29st/mesa: use new ability to clear only depth or stencilRoland Scheidegger
2010-05-28st/mesa: advertise ARB_half_float_vertex when availableMarek Olšák
2010-05-26st/mesa: Remove unnecessary headers.Vinson Lee
2010-05-21st_api: Give get_egl_image arguments directly to the functionJakob Borncrantz
2010-05-21st/mesa: remove unused varBrian Paul
2010-05-21gallium: Fix invalidate framebuffer with old libGL librariesJakob Bornecrantz
2010-05-21Merge branch 'gallium-msaa'Roland Scheidegger
2010-05-21Merge branch 'gallium-front-ccw'Keith Whitwell
2010-05-18st/mesa: fix wrong argument orderRoland Scheidegger
2010-05-17mesa/st: adapt to interface changesRoland Scheidegger
2010-05-14gallium: more work on ccw flag removalKeith Whitwell
2010-05-13st/mesa: Remove unnecessary header.Vinson Lee
2010-05-12mesa/st: Expose pipe driver's shader limits.José Fonseca
2010-05-12st/mesa: Do not use draw module in OpenGL ES build.Chia-I Wu
2010-05-12st/mesa: Make st_cb_drawtex.h FEATURE_OES_draw_texture aware.Chia-I Wu
2010-05-12st/mesa: Make st_cb_blit.h FEATURE_EXT_framebuffer_blit aware.Chia-I Wu
2010-05-12st/mesa: Make st_cb_queryobj.h FEATURE_queryobj aware.Chia-I Wu
2010-05-12st/mesa: Make FEATURE_feedback and FEATURE_rastpos more modular.Chia-I Wu
2010-05-12st/mesa: Make st_cb_{bitmap,drawpixels}.h FEATURE_drawpix aware.Chia-I Wu