summaryrefslogtreecommitdiff
path: root/src/mesa/state_tracker
AgeCommit message (Expand)Author
2010-10-15st/mesa: update function name, commentsBrian Paul
2010-10-15st/mesa: use GLuint to avoid problem w/ uint not defined on mingw32Brian Paul
2010-10-15st/mesa: reformatting in st_cb_drawpixels.cBrian Paul
2010-10-15st/mesa: fix regressions in glDrawPixels(GL_STENCIL_INDEX)Brian Paul
2010-10-13Drop GLcontext typedef and use struct gl_context insteadKristian Høgsberg
2010-10-13Drop GLframebuffer typedef and just use struct gl_framebufferKristian Høgsberg
2010-10-13Rename GLvisual and __GLcontextModes to struct gl_configKristian Høgsberg
2010-10-13st/mesa: enable stencil shader export extension if supportedDave Airlie
2010-10-13st/mesa: use shader stencil export to accelerate shader drawpixels.Dave Airlie
2010-10-13st/mesa: add option to choose a texture format that we won't render to.Dave Airlie
2010-10-05st/mesa: replace assertion w/ conditional in framebuffer invalidationBrian Paul
2010-10-02mesa/st: initial attempt at RG support for gallium driversDave Airlie
2010-09-30st: remove duplicated includeNicolas Kaiser
2010-09-27Remove unnescessary initializations of UpdateTexturePaletteIan Romanick
2010-09-24st/mesa: use the wrapped renderbuffer in CopyPixels()Brian Paul
2010-09-24st/mesa: add missing MESA_FORMAT_S8 case in st_mesa_format_to_pipe_format()Brian Paul
2010-09-23mesa: Remove EXT_convolution.Eric Anholt
2010-09-23mesa: Remove SGI_color_matrix.Eric Anholt
2010-09-23mesa: Remove the non-required ARB_imaging extension.Eric Anholt
2010-09-23egl: fix build since 17eace581d25a626a7d75d9d1205d012cbb14a6eDave Airlie
2010-09-21mesa: don't advertise bogus GL_ARB_shading_language_120 extensionBrian Paul
2010-09-21Merge branch 'sprite-coord'Brian Paul
2010-09-20st/mesa: fix assertion failure in GetTexImage for cubemapsMarek Olšák
2010-09-17gallium: rework handling of sprite_coord_enable stateBrian Paul
2010-09-15mesa/st: Silence uninitialized variable warning.Vinson Lee
2010-09-14mesa/st: ask GLSL to not emit noise since we have a dummy implementationLuca Barbieri
2010-09-14mesa/st: set compiler options based on Gallium shader capsLuca Barbieri
2010-09-14gallium: introduce get_shader_param (ALL DRIVERS CHANGED) (v3)Luca Barbieri
2010-09-10gallium: Remove ST_API_OPENGL_ES1 and ST_API_OPENGL_ES2.Chia-I Wu
2010-09-10gallium: Add context profile support to st_api.Chia-I Wu
2010-09-08glsl: add several EmitNo* options, and MaxUnrollIterationsLuca Barbieri
2010-09-08glsl: make compiler options per-targetLuca Barbieri
2010-09-04mesa/st: add missing _mesa_set_fetch_functions in st_get_tex_imageLuca Barbieri
2010-09-02st/mesa: clamp gl_constants::MaxVarying against MAX_VARYINGBrian Paul
2010-09-02mesa/st: remove check for buffer/elements = 0Dave Airlie
2010-08-30st/mesa: set the MaxVarying GLSL constantMarek Olšák
2010-08-28st/mesa: Include missing header in st_mesa_to_tgsi.c.Vinson Lee
2010-08-26st/mesa: Remove unnecessary header.Vinson Lee
2010-08-26st/mesa: add missing packed depth/stencil formats in st_format_datatype()Brian Paul
2010-08-26st/mesa: Fix glEGLImageTargetTexture2DOES.Chia-I Wu
2010-08-26st/mesa: Add support for surfaceless current contexts.Chia-I Wu
2010-08-25st/mesa: Remove unnecessary header.Vinson Lee
2010-08-25gallium: Use draw_set_index_buffer and others.Chia-I Wu
2010-08-22st/mesa: implement depth-only blit for BlitFramebufferMarek Olšák
2010-08-22st/mesa: fix BlitFramebuffer for D24S8 texturesMarek Olšák
2010-08-22st/mesa: added st_is_depth_stencil_combined() functionBrian Paul
2010-08-22st/mesa: fix ReadPixels crashes when reading depth/stencil from a FBOBrian Paul
2010-08-22st/mesa: clean-up pipe_get_transfer() callsBrian Paul
2010-08-22mesa: Removed another unused variable.José Fonseca
2010-08-21mesa: Remove unsused local variable.José Fonseca