summaryrefslogtreecommitdiffstats
path: root/src/mesa/state_tracker
Commit message (Expand)AuthorAgeFilesLines
* st/mesa: Silence uninitialized variable warning.Vinson Lee2010-10-281-0/+4
* Track separate programs for each stageIan Romanick2010-10-273-14/+49
* st/mesa: Remove unnecessary header.Vinson Lee2010-10-271-1/+0
* st/mesa: support RGBA16 and use it for RGBA12 as wellMarek Olšák2010-10-251-1/+10
* st/mesa: be smarter choosing texture format for glDrawPixels()Brian Paul2010-10-231-4/+46
* st/mesa: add format selection for signed/unsigned integer formatsBrian Paul2010-10-231-0/+120
* mesa: split up the image.c fileBrian Paul2010-10-233-0/+4
* Merge branch 'primitive-restart-cleanup'Brian Paul2010-10-212-0/+7
|\
| * st/mesa: support for primitive restartBrian Paul2010-10-212-0/+7
* | st/mesa: added cases for GL_COMPRESSED_RED/RG in st_choose_format()Brian Paul2010-10-211-0/+2
|/
* st/mesa: update function name, commentsBrian Paul2010-10-151-6/+14
* st/mesa: use GLuint to avoid problem w/ uint not defined on mingw32Brian Paul2010-10-151-1/+1
* st/mesa: reformatting in st_cb_drawpixels.cBrian Paul2010-10-151-20/+32
* st/mesa: fix regressions in glDrawPixels(GL_STENCIL_INDEX)Brian Paul2010-10-152-7/+23
* Drop GLcontext typedef and use struct gl_context insteadKristian Høgsberg2010-10-1345-169/+169
* Drop GLframebuffer typedef and just use struct gl_framebufferKristian Høgsberg2010-10-136-17/+17
* Rename GLvisual and __GLcontextModes to struct gl_configKristian Høgsberg2010-10-133-6/+6
* st/mesa: enable stencil shader export extension if supportedDave Airlie2010-10-131-0/+4
* st/mesa: use shader stencil export to accelerate shader drawpixels.Dave Airlie2010-10-134-57/+158
* st/mesa: add option to choose a texture format that we won't render to.Dave Airlie2010-10-133-8/+22
* st/mesa: replace assertion w/ conditional in framebuffer invalidationBrian Paul2010-10-051-2/+11
* mesa/st: initial attempt at RG support for gallium driversDave Airlie2010-10-024-1/+93
* st: remove duplicated includeNicolas Kaiser2010-09-301-1/+0
* Remove unnescessary initializations of UpdateTexturePaletteIan Romanick2010-09-271-1/+0
* st/mesa: use the wrapped renderbuffer in CopyPixels()Brian Paul2010-09-241-1/+11
* st/mesa: add missing MESA_FORMAT_S8 case in st_mesa_format_to_pipe_format()Brian Paul2010-09-241-0/+2
* mesa: Remove EXT_convolution.Eric Anholt2010-09-232-8/+0
* mesa: Remove SGI_color_matrix.Eric Anholt2010-09-232-129/+2
* mesa: Remove the non-required ARB_imaging extension.Eric Anholt2010-09-231-1/+0
* egl: fix build since 17eace581d25a626a7d75d9d1205d012cbb14a6eDave Airlie2010-09-231-1/+1
* mesa: don't advertise bogus GL_ARB_shading_language_120 extensionBrian Paul2010-09-211-1/+5
* Merge branch 'sprite-coord'Brian Paul2010-09-212-12/+19
|\
| * gallium: rework handling of sprite_coord_enable stateBrian Paul2010-09-172-12/+19
* | st/mesa: fix assertion failure in GetTexImage for cubemapsMarek Olšák2010-09-201-0/+6
|/
* mesa/st: Silence uninitialized variable warning.Vinson Lee2010-09-151-1/+4
* mesa/st: ask GLSL to not emit noise since we have a dummy implementationLuca Barbieri2010-09-141-0/+2
* mesa/st: set compiler options based on Gallium shader capsLuca Barbieri2010-09-141-0/+9
* gallium: introduce get_shader_param (ALL DRIVERS CHANGED) (v3)Luca Barbieri2010-09-141-24/+28
* gallium: Remove ST_API_OPENGL_ES1 and ST_API_OPENGL_ES2.Chia-I Wu2010-09-102-66/+0
* gallium: Add context profile support to st_api.Chia-I Wu2010-09-101-20/+55
* glsl: add several EmitNo* options, and MaxUnrollIterationsLuca Barbieri2010-09-081-4/+1
* glsl: make compiler options per-targetLuca Barbieri2010-09-081-2/+4
* mesa/st: add missing _mesa_set_fetch_functions in st_get_tex_imageLuca Barbieri2010-09-041-0/+2
* st/mesa: clamp gl_constants::MaxVarying against MAX_VARYINGBrian Paul2010-09-021-0/+1
* mesa/st: remove check for buffer/elements = 0Dave Airlie2010-09-021-3/+0
* st/mesa: set the MaxVarying GLSL constantMarek Olšák2010-08-301-0/+7
* st/mesa: Include missing header in st_mesa_to_tgsi.c.Vinson Lee2010-08-281-1/+2
* st/mesa: Remove unnecessary header.Vinson Lee2010-08-261-1/+0
* st/mesa: add missing packed depth/stencil formats in st_format_datatype()Brian Paul2010-08-261-1/+3
* st/mesa: Fix glEGLImageTargetTexture2DOES.Chia-I Wu2010-08-262-1/+10