summaryrefslogtreecommitdiff
path: root/src/mesa/state_tracker
AgeCommit message (Expand)Author
2010-12-06st/mesa: Unbind all constant buffersJakob Bornecrantz
2010-12-06st/mesa: fix mipmap generation bugBrian Paul
2010-12-05st/mesa: initialize key in st_vp_varientMarek Olšák
2010-12-03st/mesa: new comment about updating state varsBrian Paul
2010-12-03mesa, st/mesa: fix gl_FragCoord with FBOs in GalliumMarek Olšák
2010-12-02st/mesa: avoid large stack allocations in readpixels codeBrian Paul
2010-12-02gallium: support for array textures and related changesRoland Scheidegger
2010-11-29st/mesa: fix texture border color for RED and RG base formatsMarek Olšák
2010-11-26st/mesa: Set PIPE_TRANSFER_DISCARD for GL_MAP_INVALIDATE_RANGE/BUFFFER_BITMathias Fröhlich
2010-11-26st/mesa: fix mapping of zero-sized buffer objectsBrian Paul
2010-11-23mesa: replace #defines with new gl_shader_type enumBrian Paul
2010-11-22st/mesa: set MaxUniformComponentsMarek Olšák
2010-11-22gallium: add PIPE_SHADER_CAP_SUBROUTINESMarek Olšák
2010-11-21st/mesa: enable ARB_explicit_attrib_location and EXT_separate_shader_objectsMarek Olšák
2010-11-20st/mesa: Remove unnecessary headers.Vinson Lee
2010-11-18mesa: pass gl_format to _mesa_init_teximage_fields()Brian Paul
2010-11-18gallium: Add st_context_iface::share to st_api.Chia-I Wu
2010-11-18gallium: Add st_api::name.Chia-I Wu
2010-11-15st/mesa: fix glDrawPixels(depth/stencil) bugsBrian Paul
2010-11-12gallium: add CAPs for indirect addressing and lower it in st/mesa when neededMarek Olšák
2010-11-04st/mesa: Reset the constant buffers before destroying the pipe context.Tilman Sauerbeck
2010-11-02st/mesa: Reset the index buffer before destroying the pipe context.Tilman Sauerbeck
2010-11-02st/mesa: unbind constant buffer when not in useKeith Whitwell
2010-10-31st/mesa: Unreference the sampler view in st_bind_surface.Chia-I Wu
2010-10-28st/mesa: Silence uninitialized variable warning.Vinson Lee
2010-10-27Track separate programs for each stageIan Romanick
2010-10-27st/mesa: Remove unnecessary header.Vinson Lee
2010-10-25st/mesa: support RGBA16 and use it for RGBA12 as wellMarek Olšák
2010-10-23st/mesa: be smarter choosing texture format for glDrawPixels()Brian Paul
2010-10-23st/mesa: add format selection for signed/unsigned integer formatsBrian Paul
2010-10-23mesa: split up the image.c fileBrian Paul
2010-10-21Merge branch 'primitive-restart-cleanup'Brian Paul
2010-10-21st/mesa: support for primitive restartBrian Paul
2010-10-21st/mesa: added cases for GL_COMPRESSED_RED/RG in st_choose_format()Brian Paul
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