Merge branch 'pipe-video' of git://anongit.freedesktop.org/~deathsimple/xvmc-r600...
[mesa.git] / src / mesa / state_tracker /
2010-10-26 Thomas Balling Sør... Merge branch 'pipe-video' of git://anongit.freedesktop...
2010-10-26 Thomas Balling Sør... Merge branch 'master' into pipe-video
2010-10-25 Marek Olšákst/mesa: support RGBA16 and use it for RGBA12 as well
2010-10-23 Brian Paulst/mesa: be smarter choosing texture format for glDrawP...
2010-10-23 Brian Paulst/mesa: add format selection for signed/unsigned integ...
2010-10-23 Brian Paulmesa: split up the image.c file
2010-10-22 Brian PaulMerge branch 'primitive-restart-cleanup'
2010-10-22 Brian Paulst/mesa: support for primitive restart
2010-10-21 Brian Paulst/mesa: added cases for GL_COMPRESSED_RED/RG in st_cho...
2010-10-20 Keith WhitwellMerge branch 'llvm-cliptest-viewport'
2010-10-18 Keith WhitwellMerge remote branch 'origin/master' into lp-setup-llvm
2010-10-15 Brian Paulst/mesa: update function name, comments
2010-10-15 Brian Paulst/mesa: use GLuint to avoid problem w/ uint not define...
2010-10-15 Brian Paulst/mesa: reformatting in st_cb_drawpixels.c
2010-10-15 Brian Paulst/mesa: fix regressions in glDrawPixels(GL_STENCIL_INDEX)
2010-10-13 Kristian HøgsbergDrop GLcontext typedef and use struct gl_context instead
2010-10-13 Kristian HøgsbergDrop GLframebuffer typedef and just use struct gl_frame...
2010-10-13 Kristian HøgsbergRename GLvisual and __GLcontextModes to struct gl_config
2010-10-12 Dave Airliest/mesa: enable stencil shader export extension if...
2010-10-12 Dave Airliest/mesa: use shader stencil export to accelerate shader...
2010-10-12 Dave Airliest/mesa: add option to choose a texture format that...
2010-10-12 Christian KönigMerge branch 'master' of ssh://git.freedesktop.org...
2010-10-05 Brian Paulst/mesa: replace assertion w/ conditional in framebuffe...
2010-10-05 Thomas Balling Sør... Merge branch 'master' into pipe-video
2010-10-02 Dave Airliemesa/st: initial attempt at RG support for gallium...
2010-09-30 Nicolas Kaiserst: remove duplicated include
2010-09-27 Ian RomanickRemove unnescessary initializations of UpdateTexturePalette
2010-09-24 Brian Paulst/mesa: use the wrapped renderbuffer in CopyPixels()
2010-09-24 Brian Paulst/mesa: add missing MESA_FORMAT_S8 case in st_mesa_for...
2010-09-23 Eric Anholtmesa: Remove EXT_convolution.
2010-09-23 Eric Anholtmesa: Remove SGI_color_matrix.
2010-09-23 Eric Anholtmesa: Remove the non-required ARB_imaging extension.
2010-09-23 Dave Airlieegl: fix build since 17eace581d25a626a7d75d9d1205d012cb...
2010-09-22 Brian Paulmesa: don't advertise bogus GL_ARB_shading_language_120...
2010-09-21 Brian PaulMerge branch 'sprite-coord'
2010-09-20 Marek Olšákst/mesa: fix assertion failure in GetTexImage for cubemaps
2010-09-18 Brian Paulgallium: rework handling of sprite_coord_enable state
2010-09-16 Vinson Leemesa/st: Silence uninitialized variable warning.
2010-09-15 Christoph BumillerMerge remote branch 'origin/nv50-compiler'
2010-09-14 Luca Barbierimesa/st: ask GLSL to not emit noise since we have a...
2010-09-14 Luca Barbierimesa/st: set compiler options based on Gallium shader...
2010-09-14 Luca Barbierigallium: introduce get_shader_param (ALL DRIVERS CHANGE...
2010-09-10 Chia-I Wugallium: Remove ST_API_OPENGL_ES1 and ST_API_OPENGL_ES2.
2010-09-10 Chia-I Wugallium: Add context profile support to st_api.
2010-09-09 Luca Barbieriglsl: add several EmitNo* options, and MaxUnrollIterations
2010-09-09 Luca Barbieriglsl: make compiler options per-target
2010-09-04 Luca Barbierimesa/st: add missing _mesa_set_fetch_functions in st_ge...
2010-09-02 Brian Paulst/mesa: clamp gl_constants::MaxVarying against MAX_VARYING
2010-09-02 Christoph BumillerMerge remote branch 'origin/master' into nv50-compiler
2010-09-01 Dave Airliemesa/st: remove check for buffer/elements = 0
2010-08-30 Marek Olšákst/mesa: set the MaxVarying GLSL constant
2010-08-28 Vinson Leest/mesa: Include missing header in st_mesa_to_tgsi.c.
2010-08-26 Vinson Leest/mesa: Remove unnecessary header.
2010-08-26 Brian Paulst/mesa: add missing packed depth/stencil formats in...
2010-08-26 Chia-I Wust/mesa: Fix glEGLImageTargetTexture2DOES.
2010-08-26 Chia-I Wust/mesa: Add support for surfaceless current contexts.
2010-08-25 Vinson Leest/mesa: Remove unnecessary header.
2010-08-25 Chia-I Wugallium: Use draw_set_index_buffer and others.
2010-08-23 Marek Olšákst/mesa: implement depth-only blit for BlitFramebuffer
2010-08-23 Marek Olšákst/mesa: fix BlitFramebuffer for D24S8 textures
2010-08-23 Brian Paulst/mesa: added st_is_depth_stencil_combined() function
2010-08-23 Brian Paulst/mesa: fix ReadPixels crashes when reading depth...
2010-08-23 Brian Paulst/mesa: clean-up pipe_get_transfer() calls
2010-08-22 José Fonsecamesa: Removed another unused variable.
2010-08-21 José Fonsecamesa: Remove unsused local variable.
2010-08-20 Chia-I Wumesa: Include compiler.h for ASSERT.
2010-08-20 Keith Whitwellst/mesa: fix code/declaration mixing
2010-08-20 Luca Barbierimesa/st: use PIPE_TEXTURE_RECT for GL_TEXTURE_RECTANGLE
2010-08-20 Luca Barbierimesa/st: support using PIPE_TEXTURE_RECT internally
2010-08-20 Luca Barbierigallium: make all checks for PIPE_TEXTURE_2D check...
2010-08-18 Christoph BumillerMerge remote branch 'origin/master' into nv50-compiler
2010-08-17 Ian RomanickMerge branch 'glsl2'
2010-08-16 nobledst/mesa: test for FEATURE defines
2010-08-16 Marek Olšákst/mesa: remove output register reads inside shaders
2010-08-14 Ian RomanickMerge branch 'master' into glsl2
2010-08-07 Vinson Leest/mesa: Remove unnecessary header.
2010-08-06 Brian Paulst/mesa: remove stray semicolons
2010-08-06 Vinson Leest/mesa: Clean up header file inclusion in st_program.h.
2010-08-06 Jakob Bornecrantzst/mesa: Only get debug option once
2010-08-06 Jakob Bornecrantzst/mesa: Only get mesa mvp dp4 option once
2010-08-06 Vinson Leest/mesa: Clean up header file inclusion in st_mesa_to_t...
2010-08-05 Vinson Leest/mesa: Clean up header file inclusion in st_manager.h.
2010-08-05 Vinson Leest/mesa: Remove unnecessary header from st_gl_api.h.
2010-08-05 Vinson Leemesa: Include missing header in st_get_mipmap.h.
2010-08-05 Vinson Leest/mesa: Include missing headers in st_format.h.
2010-08-05 Vinson Leest/mesa: Add forward delcaration in st_extensions.h.
2010-08-05 Vinson Leest/mesa: Add missing headers to st_draw.h.
2010-08-05 Vinson Leest/mesa: Add missing header in st_context.c.
2010-08-05 Vinson Leest/mesa: Add missing header in st_atom_pixeltransfer.c.
2010-08-05 Vinson Leest/mesa: Clean up header file inclusion in st_context.h.
2010-08-05 Vinson Leest/mesa: Add missing header in st_cb_xformfb.h.
2010-08-05 Vinson Leest/mesa: Clean up st_cb_viewport.h.
2010-08-05 Vinson Leest/mesa: Add missing headers in st_cb_texture.h.
2010-08-04 Vinson Leest/mesa: Add forward declaration in st_cb_strings.h.
2010-08-04 Vinson Leest/mesa: Add missing header in st_cb_readpixels.h.
2010-08-04 Vinson Leest/mesa: Clean up header file inclusion in st_cb_raster...
2010-08-04 Vinson Leest/mesa: Add missing header in st_cb_program.h.
2010-08-04 Vinson Leest/mesa: Add missing headers in st_cb_flush.h.
2010-08-04 Vinson Leest/mesa: Clean up header inclusion in st_cb_feedback.h.
2010-08-04 Vinson Leest/mesa: Add missing headers to st_cb_fbo.h.
next