summaryrefslogtreecommitdiffstats
path: root/src/mesa/state_tracker
Commit message (Expand)AuthorAgeFilesLines
* glsl_to_tgsi: fix dst register for texturing fetches.Dave Airlie2013-01-201-1/+1
* glsl_to_tgsi: set correct register type for array and structure elementsBryan Cain2013-01-201-2/+19
* st/mesa: free TGSI tokens with ureg_free_tokens()Brian Paul2013-01-201-1/+1
* st/mesa: replace REALLOC() with realloc()Brian Paul2013-01-201-8/+2
* st/mesa: fix computation of last_level in GenerateMipmapMarek Olšák2012-11-231-21/+7
* st/mesa: fix computation of last_level during texture creationMarek Olšák2012-11-231-4/+2
* st/mesa: fix guessing the base level sizeMarek Olšák2012-11-231-49/+44
* st/mesa: fix integer texture border color for some formats (v2)Marek Olšák2012-11-234-48/+112
* st/mesa: Fix assertions for copying texture image to finalized miptree.Michel Dänzer2012-10-241-1/+4
* st/mesa: Fix source miptree level for copying data to finalized miptree.Michel Dänzer2012-10-191-1/+5
* st/mesa: s/CALLOC/calloc/ to fix allocation bugBrian Paul2012-09-121-1/+1
* mesa: Enable GL_{ARB,APPLE}_vertex_array_object in all driversIan Romanick2012-08-291-3/+0
* st/mesa: use fallback path for glCopyTexSubImage(GL_TEXTURE_1D_ARRAY)Brian Paul2012-08-271-0/+10
* st/mesa: don't do (generic) compression of 1D or 1D_ARRAY texturesBrian Paul2012-08-241-1/+11
* mesa: add texture target field to ChooseTextureFormat() driver hookBrian Paul2012-08-243-4/+5
* st/mesa: clean up use of 'target' variable in st_context_teximage()Brian Paul2012-08-241-3/+3
* mesa: new _mesa_num_tex_faces() helperBrian Paul2012-08-241-1/+1
* st/mesa: accept and handle configuration options from st/driVadim Girlin2012-08-234-5/+14
* st/mesa: fix sampler view countingBrian Paul2012-08-181-2/+9
* st/mesa: use Elements() instead of hard-coded numberBrian Paul2012-08-181-1/+4
* st/mesa: add support for GS textures and samplersBrian Paul2012-08-164-11/+39
* st/mesa: combine vertex/fragment sampler state in arraysBrian Paul2012-08-165-33/+26
* gallium: remove PIPE_MAX_VERTEX/GEOMETRY_SAMPLERS #defineBrian Paul2012-08-161-2/+2
* st/mesa: silence signed/unsigned comparison warningBrian Paul2012-08-161-2/+2
* st/mesa: index can be negative in the PROGRAM_CONSTANT caseNiels Ole Salscheider2012-08-161-1/+1
* st/mesa: don't clamp fragment color with integer colorbufferMarek Olšák2012-08-154-6/+11
* mesa: Remove unnecessary parameters CompressedTexImagePauli Nieminen2012-08-121-4/+1
* mesa: Remove unnecessary parameters from AllocTextureImageBufferPauli Nieminen2012-08-121-6/+4
* mesa: Remove unnecessary parameters from TexImagePauli Nieminen2012-08-121-13/+8
* st/mesa: fix renderbuffer validation bugBrian Paul2012-08-101-0/+6
* st/mesa: fix glCopyTexSubImage crashBrian Paul2012-08-101-1/+9
* st/mesa: Initialize tgsi_texture_offset Padding field.Vinson Lee2012-08-081-0/+1
* glsl: Add a "ubo_load" expression type for fetches from UBOs.Eric Anholt2012-08-071-0/+4
* mesa: Replace VersionMajor/VersionMinor with a Version field.Eric Anholt2012-08-071-2/+1
* st/mesa: Fix a potential memory leak in get_mesa_program.Vinson Lee2012-08-061-1/+2
* st/mesa: merge fragment/vertex sampler update codeBrian Paul2012-08-061-56/+50
* st/mesa: massage update_vertex_samplers() codeBrian Paul2012-08-061-16/+20
* st/mesa: merge fragment/vertex texture update codeBrian Paul2012-08-061-58/+42
* st/mesa: massage the update_vertex_textures() codeBrian Paul2012-08-061-4/+14
* st/mesa: rename some vertex/fragment state fields for better consistencyBrian Paul2012-08-065-25/+34
* gallium: set sample mask to ~0 for clear, blit and gen_mipmapMarek Olšák2012-08-041-1/+3
* gallium: consolidate CSO sampler and sampler_view functionsBrian Paul2012-08-034-26/+29
* st/mesa: Ensure dst in compile_instruction is initialized.Vinson Lee2012-08-021-1/+1
* mesa: Make ARB_sampler_objects mandatoryPauli Nieminen2012-08-011-1/+0
* mesa: Move DepthMode to texture objectPauli Nieminen2012-08-011-2/+2
* Revert "gallium: specify resource_resolve destination via a pipe_surface"Christoph Bumiller2012-08-011-6/+9
* gallium: specify resource_resolve destination via a pipe_surfaceChristoph Bumiller2012-07-281-9/+6
* st/mesa: call update_renderbuffer_surface for sRGB renderbuffers, tooChristoph Bumiller2012-07-281-2/+3
* st/mesa: undo a couple static assertsBrian Paul2012-07-271-2/+2
* st/mesa: use STATIC_ASSERT in a few placesBrian Paul2012-07-274-17/+17