summaryrefslogtreecommitdiff
path: root/src/mesa/state_tracker
AgeCommit message (Expand)AuthorFilesLines
2011-01-04st/mesa: fix renderbuffer pointer check in st_Clear()Brian Paul1-6/+2
2010-12-31st/mesa: Handle wrapped depth buffers in st_copy_texsubimage().Henri Verbeet1-0/+3
2010-12-14mesa, st/mesa: disable GL_ARB_geometry_shader4Brian Paul1-0/+2
2010-12-06st/mesa: Unbind all constant buffersJakob Bornecrantz1-2/+2
2010-12-06st/mesa: fix mipmap generation bugBrian Paul2-1/+8
2010-12-05st/mesa: initialize key in st_vp_varientMarek Olšák1-0/+2
2010-12-03st/mesa: new comment about updating state varsBrian Paul1-0/+5
2010-12-03mesa, st/mesa: fix gl_FragCoord with FBOs in GalliumMarek Olšák1-15/+28
2010-12-02st/mesa: avoid large stack allocations in readpixels codeBrian Paul1-1/+10
2010-12-02gallium: support for array textures and related changesRoland Scheidegger12-175/+196
2010-11-29st/mesa: fix texture border color for RED and RG base formatsMarek Olšák1-0/+12
2010-11-26st/mesa: Set PIPE_TRANSFER_DISCARD for GL_MAP_INVALIDATE_RANGE/BUFFFER_BITMathias Fröhlich1-0/+6
2010-11-26st/mesa: fix mapping of zero-sized buffer objectsBrian Paul1-12/+18
2010-11-23mesa: replace #defines with new gl_shader_type enumBrian Paul2-23/+29
2010-11-22st/mesa: set MaxUniformComponentsMarek Olšák1-0/+1
2010-11-22gallium: add PIPE_SHADER_CAP_SUBROUTINESMarek Olšák1-2/+2
2010-11-21st/mesa: enable ARB_explicit_attrib_location and EXT_separate_shader_objectsMarek Olšák1-0/+2
2010-11-20st/mesa: Remove unnecessary headers.Vinson Lee2-2/+0
2010-11-18mesa: pass gl_format to _mesa_init_teximage_fields()Brian Paul4-14/+23
2010-11-18gallium: Add st_context_iface::share to st_api.Chia-I Wu1-1/+22
2010-11-18gallium: Add st_api::name.Chia-I Wu1-0/+1
2010-11-15st/mesa: fix glDrawPixels(depth/stencil) bugsBrian Paul1-13/+39
2010-11-12gallium: add CAPs for indirect addressing and lower it in st/mesa when neededMarek Olšák1-0/+9
2010-11-04st/mesa: Reset the constant buffers before destroying the pipe context.Tilman Sauerbeck1-0/+5
2010-11-02st/mesa: Reset the index buffer before destroying the pipe context.Tilman Sauerbeck1-0/+2
2010-11-02st/mesa: unbind constant buffer when not in useKeith Whitwell1-1/+4
2010-10-31st/mesa: Unreference the sampler view in st_bind_surface.Chia-I Wu1-0/+1
2010-10-28st/mesa: Silence uninitialized variable warning.Vinson Lee1-0/+4
2010-10-27Track separate programs for each stageIan Romanick3-14/+49
2010-10-27st/mesa: Remove unnecessary header.Vinson Lee1-1/+0
2010-10-25st/mesa: support RGBA16 and use it for RGBA12 as wellMarek Olšák1-1/+10
2010-10-23st/mesa: be smarter choosing texture format for glDrawPixels()Brian Paul1-4/+46
2010-10-23st/mesa: add format selection for signed/unsigned integer formatsBrian Paul1-0/+120
2010-10-23mesa: split up the image.c fileBrian Paul3-0/+4
2010-10-21Merge branch 'primitive-restart-cleanup'Brian Paul2-0/+7
2010-10-21st/mesa: support for primitive restartBrian Paul2-0/+7
2010-10-21st/mesa: added cases for GL_COMPRESSED_RED/RG in st_choose_format()Brian Paul1-0/+2
2010-10-15st/mesa: update function name, commentsBrian Paul1-6/+14
2010-10-15st/mesa: use GLuint to avoid problem w/ uint not defined on mingw32Brian Paul1-1/+1
2010-10-15st/mesa: reformatting in st_cb_drawpixels.cBrian Paul1-20/+32
2010-10-15st/mesa: fix regressions in glDrawPixels(GL_STENCIL_INDEX)Brian Paul2-7/+23
2010-10-13Drop GLcontext typedef and use struct gl_context insteadKristian Høgsberg45-169/+169
2010-10-13Drop GLframebuffer typedef and just use struct gl_framebufferKristian Høgsberg6-17/+17
2010-10-13Rename GLvisual and __GLcontextModes to struct gl_configKristian Høgsberg3-6/+6
2010-10-13st/mesa: enable stencil shader export extension if supportedDave Airlie1-0/+4
2010-10-13st/mesa: use shader stencil export to accelerate shader drawpixels.Dave Airlie4-57/+158
2010-10-13st/mesa: add option to choose a texture format that we won't render to.Dave Airlie3-8/+22
2010-10-05st/mesa: replace assertion w/ conditional in framebuffer invalidationBrian Paul1-2/+11
2010-10-02mesa/st: initial attempt at RG support for gallium driversDave Airlie4-1/+93
2010-09-30st: remove duplicated includeNicolas Kaiser1-1/+0