summaryrefslogtreecommitdiff
path: root/src/mesa/state_tracker
AgeCommit message (Expand)AuthorFilesLines
2012-08-12mesa: Remove unnecessary parameters CompressedTexImagePauli Nieminen1-4/+1
2012-08-12mesa: Remove unnecessary parameters from AllocTextureImageBufferPauli Nieminen1-6/+4
2012-08-12mesa: Remove unnecessary parameters from TexImagePauli Nieminen1-13/+8
2012-08-10st/mesa: fix renderbuffer validation bugBrian Paul1-0/+6
2012-08-10st/mesa: fix glCopyTexSubImage crashBrian Paul1-1/+9
2012-08-08st/mesa: Initialize tgsi_texture_offset Padding field.Vinson Lee1-0/+1
2012-08-07glsl: Add a "ubo_load" expression type for fetches from UBOs.Eric Anholt1-0/+4
2012-08-07mesa: Replace VersionMajor/VersionMinor with a Version field.Eric Anholt1-2/+1
2012-08-06st/mesa: Fix a potential memory leak in get_mesa_program.Vinson Lee1-1/+2
2012-08-06st/mesa: merge fragment/vertex sampler update codeBrian Paul1-56/+50
2012-08-06st/mesa: massage update_vertex_samplers() codeBrian Paul1-16/+20
2012-08-06st/mesa: merge fragment/vertex texture update codeBrian Paul1-58/+42
2012-08-06st/mesa: massage the update_vertex_textures() codeBrian Paul1-4/+14
2012-08-06st/mesa: rename some vertex/fragment state fields for better consistencyBrian Paul5-25/+34
2012-08-04gallium: set sample mask to ~0 for clear, blit and gen_mipmapMarek Olšák1-1/+3
2012-08-03gallium: consolidate CSO sampler and sampler_view functionsBrian Paul4-26/+29
2012-08-02st/mesa: Ensure dst in compile_instruction is initialized.Vinson Lee1-1/+1
2012-08-01mesa: Make ARB_sampler_objects mandatoryPauli Nieminen1-1/+0
2012-08-01mesa: Move DepthMode to texture objectPauli Nieminen1-2/+2
2012-08-01Revert "gallium: specify resource_resolve destination via a pipe_surface"Christoph Bumiller1-6/+9
2012-07-28gallium: specify resource_resolve destination via a pipe_surfaceChristoph Bumiller1-9/+6
2012-07-28st/mesa: call update_renderbuffer_surface for sRGB renderbuffers, tooChristoph Bumiller1-2/+3
2012-07-27st/mesa: undo a couple static assertsBrian Paul1-2/+2
2012-07-27st/mesa: use STATIC_ASSERT in a few placesBrian Paul4-17/+17
2012-07-26mesa: Make more consistent use of _mesa_is_{user,winsys}_fbo()Paul Berry3-3/+8
2012-07-24mesa: move more format helper functions to glformats.cBrian Paul1-1/+2
2012-07-24mesa: move some format helper functions to glformats.cBrian Paul1-0/+1
2012-07-23st/mesa: fix DDY opcode for FBOsMarek Olšák1-2/+22
2012-07-23st/mesa: set the centroid qualifier in fragment shader inputsMarek Olšák3-4/+11
2012-07-23st/mesa: flush the glBitmap cache before changing framebuffer stateMarek Olšák3-39/+41
2012-07-23st/mesa: set the correct window renderbuffer internal formatMarek Olšák1-1/+9
2012-07-22st/mesa: remove st_flush_bitmap wrapperMarek Olšák3-17/+1
2012-07-21mesa: add glformats integer type/format detection routinesJordan Justen1-1/+2
2012-07-20mesa: Move the _mesa_uniform_merge_location_offset to glGetUniformLocation().Eric Anholt1-3/+5
2012-07-20mesa: Set gl_fragment_program::UsesKill in do_set_program_inouts.Paul Berry1-4/+0
2012-07-13mesa/st: Generates TGSI that always recognizes INSTANCEID/VERTEXID as integers.José Fonseca2-0/+38
2012-07-13mesa,st/mesa: implement GL_RGB565 from ARB_ES2_compatibilityMarek Olšák2-0/+6
2012-07-12st/mesa: expose new transform feedback extensionsMarek Olšák1-0/+6
2012-07-12st/mesa: implement accelerated stencil blitting using shader stencil exportMarek Olšák4-12/+41
2012-07-12st/mesa: set colormask to zero when blitting depthMarek Olšák1-2/+2
2012-07-12gallium/u_blit: drop not-very-useful wrapper around util_blit_pixels_writemaskMarek Olšák2-15/+15
2012-07-12gallium: add util_format_stencil_only helper functionMarek Olšák1-21/+2
2012-07-10st/mesa: implement ARB_timer_queryMarek Olšák2-0/+19
2012-07-06st/mesa: only expose ARB_shader_bit_encoding with GLSL 1.3Marek Olšák1-4/+1
2012-07-04mesa/st: gl_ClipDistance must be interpolated in 3d space.Olivier Galibert1-2/+2
2012-06-29st/mesa: use DEBUG_INCOMPLETE_FBO debug flagBrian Paul1-7/+3
2012-06-28mesa: rename MaxTransformFeedbackSeparateAttribs to MaxTransformFeedbackBuffersMarek Olšák1-1/+2
2012-06-25st/mesa: added some simple fbo debugging/helper codeBrian Paul1-1/+25
2012-06-20st/mesa: fix transform feedback of unsubscripted gl_ClipDistance arrayMarcin Slusarz2-44/+6
2012-06-19st/mesa: clamp glDrawPixels size to max texture sizeBrian Paul1-0/+31