i965: Mostly fix glsl-max-varyings.
[mesa.git] / src / mesa / state_tracker /
2010-07-19 Marek Olšákst/mesa: fix FRAMEBUFFER_UNSUPPORTED with the D24S8...
2010-07-15 Brian Paulst/mesa: fix quad strip trimming bug
2010-07-14 Zack RusinMerge branch 'mesa-2d-registers'
2010-07-14 Zack Rusinmesa: add comments and change Index2D to just Index2
2010-07-10 Zack Rusinmesa: get the translation from mesa 2d regs to tgsi...
2010-07-10 Zack Rusinmesa: add basic support for 2D register arrays to mesa
2010-07-08 Brian Paulst/mesa: additional assertions in st_translate_mesa_pro...
2010-07-08 Zack Rusings: inject const int gl_VerticesIn at link time
2010-07-07 Brian Paulst/mesa: fix sampler max_lod computation
2010-07-01 Brian Paulst/mesa: fix comment
2010-06-30 Zack Rusinmesa: make the arguments in the asm statemants optional
2010-06-29 Chia-I Wust/mesa: Add support for multiple APIs.
2010-06-29 Chia-I Wust_api: Remove st_context::is_visual_supported.
2010-06-29 Zack Rusinmesa: initial support for ARB_geometry_shader4
2010-06-28 Jakob BornecrantzMerge branch 'gallium-drm-driver-drescriptor'
2010-06-26 Vinson Leest/mesa: Remove unnecessary headers.
2010-06-24 Brian PaulMerge branch 'shader-file-reorg'
2010-06-22 Roland Scheideggerst/mesa: remove bogus assertions st_CompressedTexSubImage2D
2010-06-11 Brian Paulmesa: rename src/mesa/shader/ to src/mesa/program/
2010-06-11 Brian Paulmesa: refactor shader api / object code
2010-06-08 Dave Airliest/mesa: attempt to fix TFP by using sampler views...
2010-06-06 Marek Olšákst/mesa: advertise GL_ARB_fragment_program_shadow
2010-06-05 Marek Olšákst/mesa: trivially enable GL_ATI_texture_env_combine3
2010-06-05 Roland Scheideggerst/mesa: fix bug in depthstencil optimizing clear logic
2010-06-05 Dave Airliemesa/st: add support for EXT_texture_swizzle.
2010-06-03 Roland ScheideggerMerge branch 'gallium-newclear'
2010-06-03 Joakim Sindholtgallium: silence all debug_named_value related warnings
2010-06-02 Brian Paulst/mesa: fix indirect addressing of input/output regs
2010-05-28 Roland Scheideggerst/mesa: use new ability to clear only depth or stencil
2010-05-28 Marek Olšákst/mesa: advertise ARB_half_float_vertex when available
2010-05-27 Vinson Leest/mesa: Remove unnecessary headers.
2010-05-21 Jakob Borncrantzst_api: Give get_egl_image arguments directly to the...
2010-05-21 Brian Paulst/mesa: remove unused var
2010-05-21 Jakob Bornecrantzgallium: Fix invalidate framebuffer with old libGL...
2010-05-21 Roland ScheideggerMerge branch 'gallium-msaa'
2010-05-21 Keith WhitwellMerge branch 'gallium-front-ccw'
2010-05-18 Roland Scheideggerst/mesa: fix wrong argument order
2010-05-17 Roland Scheideggermesa/st: adapt to interface changes
2010-05-14 Keith Whitwellgallium: more work on ccw flag removal
2010-05-13 Vinson Leest/mesa: Remove unnecessary header.
2010-05-12 José Fonsecamesa/st: Expose pipe driver's shader limits.
2010-05-12 Chia-I Wust/mesa: Do not use draw module in OpenGL ES build.
2010-05-12 Chia-I Wust/mesa: Make st_cb_drawtex.h FEATURE_OES_draw_texture...
2010-05-12 Chia-I Wust/mesa: Make st_cb_blit.h FEATURE_EXT_framebuffer_blit...
2010-05-12 Chia-I Wust/mesa: Make st_cb_queryobj.h FEATURE_queryobj aware.
2010-05-12 Chia-I Wust/mesa: Make FEATURE_feedback and FEATURE_rastpos...
2010-05-12 Chia-I Wust/mesa: Make st_cb_{bitmap,drawpixels}.h FEATURE_drawp...
2010-05-12 Chia-I Wust/mesa: Make st_cb_accum.h FEATURE_accum aware.
2010-05-12 Chia-I Wumesa: Make FEATURE_EXT_transform_feedback more modular.
2010-05-12 Brian Paulst/mesa: update query code for transform feedback
2010-05-11 José Fonsecamesa/st+tgsi: Provide a free callback to match with...
2010-05-11 Vinson Leest/mesa: Remove unnecessary header.
2010-05-11 José Fonsecamesa/st: Remove internal flushes from Mesa state tracker.
2010-05-11 Brian Paulmesa: more transform feedback infrastructure
2010-05-10 Brian Paulst/mesa: rename vars, added comments
2010-05-10 Brian Paulst/mesa: only set prevInstWrotePsiz if translating...
2010-05-10 Brian Paulst/mesa: additional assertions in dst_register()
2010-05-09 Chia-I Wust/mesa: Ignore internal_format in st_context_teximage.
2010-05-06 Brian Paulst/mesa: fix compressed mipmap generation for small...
2010-05-06 Brian Paulst/mesa: fix bug in compute_num_levels()
2010-05-06 Brian Paulst/mesa: when copying mipmap levels between textures...
2010-05-05 Marek Olšákst/mesa: fix per-vertex point size
2010-05-05 Vinson Leest/mesa: Remove unnecessary headers.
2010-05-05 Chia-I Wust/mesa: Fix texture-from-pixmap.
2010-05-05 Brian Paulst/mesa: remove commented-out struct field
2010-05-04 Brian Paulst/mesa: need to pass srcLevel to st_texture_image_copy()
2010-05-04 Brian Paulst/mesa: return success/fail from guess_and_alloc_texture()
2010-05-04 Brian Paulst/mesa: improved st_texture_image_copy()
2010-05-04 José Fonsecamesa/st: Fill in native program limits.
2010-05-04 Roland ScheideggerMerge commit 'origin/master' into gallium-msaa
2010-05-03 Brian Paulgallium: move surface utility functions into u_surface.c
2010-05-03 Brian Paulst/mesa: remove dead code
2010-05-03 Brian Paulst/mesa: remove unused needFlush parameter to st_finali...
2010-05-03 Brian Paulst/mesa: updated comments and fix some formatting in...
2010-05-03 Brian Paulst/mesa: rename srcImageStride -> srcRowStride and...
2010-05-03 Brian Paulst/mesa: consolidate and clean-up texture memory alloca...
2010-05-03 Brian Paulst/mesa: updated comments for st_texture_image_map()
2010-05-03 Brian Paulst/mesa: move some texture size calculation code
2010-05-03 Brian Paulst/mesa: remove old convolution-related vars and min...
2010-05-03 Brian Paulst/mesa: remove unsupported convolution code
2010-05-03 Brian Paulst/mesa: updated comment
2010-05-03 Brian Paulst/mesa: remove dead code
2010-05-03 Brian Paulst/mesa: restore original last_layer comparison
2010-05-02 Kristian HøgsbergMerge branch 'gles2-2'
2010-05-02 Kristian Høgsbergst/mesa: Create context for API_OPENGL as first priority
2010-04-30 Roland ScheideggerMerge commit 'origin/master' into gallium-msaa
2010-04-29 Brian Paulst/mesa: remove unused/disabled code
2010-05-19 Keith WhitwellMerge commit 'origin/graw-tests'
2010-05-17 Mathias Fröhlichgallium: EXT_timer_query support.
2010-05-17 Brian Paulst/mesa: call st_flush_bitmap_cache() from st_readpixels()
2010-04-28 Kristian Høgsbergst/mesa: Move st_cb_drawtex.c to the mesa state tracker
2010-04-25 Jakob Bornecrantzst_api: Remove st_module
2010-04-24 Brian Paulst/mesa: checkpoint WIP: mipmap generation for compress...
2010-04-23 Brian Paulst/mesa: minor improvements in fallback_generate_mipmap()
2010-04-23 Brian Paulst/mesa: remove unneeded #includes and add/update comments
2010-04-23 Brian Paulst/mesa: clean-up: use st_context() everywhere
2010-04-23 Brian Paulst/mesa: re-do binding flags in st_ChooseTextureFormat...
2010-04-23 Brian Paulst/mesa: replace 'usage' with 'bindings'
2010-04-23 Brian Paulst/mesa: replace 'usage' with 'bindings' to be consistent
2010-04-23 Ian RomanickMerge branch '7.8'
next