index
:
mesa.git
gallium_va_encpackedheader01
master
Unnamed repository; edit this file 'description' to name the repository.
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
mesa
/
state_tracker
Commit message (
Expand
)
Author
Age
Files
Lines
*
st/mesa: don't do (generic) compression of 1D or 1D_ARRAY textures
Brian Paul
2012-08-24
1
-1
/
+11
*
mesa: add texture target field to ChooseTextureFormat() driver hook
Brian Paul
2012-08-24
3
-4
/
+5
*
st/mesa: clean up use of 'target' variable in st_context_teximage()
Brian Paul
2012-08-24
1
-3
/
+3
*
mesa: new _mesa_num_tex_faces() helper
Brian Paul
2012-08-24
1
-1
/
+1
*
st/mesa: accept and handle configuration options from st/dri
Vadim Girlin
2012-08-23
4
-5
/
+14
*
st/mesa: fix sampler view counting
Brian Paul
2012-08-18
1
-2
/
+9
*
st/mesa: use Elements() instead of hard-coded number
Brian Paul
2012-08-18
1
-1
/
+4
*
st/mesa: add support for GS textures and samplers
Brian Paul
2012-08-16
4
-11
/
+39
*
st/mesa: combine vertex/fragment sampler state in arrays
Brian Paul
2012-08-16
5
-33
/
+26
*
gallium: remove PIPE_MAX_VERTEX/GEOMETRY_SAMPLERS #define
Brian Paul
2012-08-16
1
-2
/
+2
*
st/mesa: silence signed/unsigned comparison warning
Brian Paul
2012-08-16
1
-2
/
+2
*
st/mesa: index can be negative in the PROGRAM_CONSTANT case
Niels Ole Salscheider
2012-08-16
1
-1
/
+1
*
st/mesa: don't clamp fragment color with integer colorbuffer
Marek Olšák
2012-08-15
4
-6
/
+11
*
mesa: Remove unnecessary parameters CompressedTexImage
Pauli Nieminen
2012-08-12
1
-4
/
+1
*
mesa: Remove unnecessary parameters from AllocTextureImageBuffer
Pauli Nieminen
2012-08-12
1
-6
/
+4
*
mesa: Remove unnecessary parameters from TexImage
Pauli Nieminen
2012-08-12
1
-13
/
+8
*
st/mesa: fix renderbuffer validation bug
Brian Paul
2012-08-10
1
-0
/
+6
*
st/mesa: fix glCopyTexSubImage crash
Brian Paul
2012-08-10
1
-1
/
+9
*
st/mesa: Initialize tgsi_texture_offset Padding field.
Vinson Lee
2012-08-08
1
-0
/
+1
*
glsl: Add a "ubo_load" expression type for fetches from UBOs.
Eric Anholt
2012-08-07
1
-0
/
+4
*
mesa: Replace VersionMajor/VersionMinor with a Version field.
Eric Anholt
2012-08-07
1
-2
/
+1
*
st/mesa: Fix a potential memory leak in get_mesa_program.
Vinson Lee
2012-08-06
1
-1
/
+2
*
st/mesa: merge fragment/vertex sampler update code
Brian Paul
2012-08-06
1
-56
/
+50
*
st/mesa: massage update_vertex_samplers() code
Brian Paul
2012-08-06
1
-16
/
+20
*
st/mesa: merge fragment/vertex texture update code
Brian Paul
2012-08-06
1
-58
/
+42
*
st/mesa: massage the update_vertex_textures() code
Brian Paul
2012-08-06
1
-4
/
+14
*
st/mesa: rename some vertex/fragment state fields for better consistency
Brian Paul
2012-08-06
5
-25
/
+34
*
gallium: set sample mask to ~0 for clear, blit and gen_mipmap
Marek Olšák
2012-08-04
1
-1
/
+3
*
gallium: consolidate CSO sampler and sampler_view functions
Brian Paul
2012-08-03
4
-26
/
+29
*
st/mesa: Ensure dst in compile_instruction is initialized.
Vinson Lee
2012-08-02
1
-1
/
+1
*
mesa: Make ARB_sampler_objects mandatory
Pauli Nieminen
2012-08-01
1
-1
/
+0
*
mesa: Move DepthMode to texture object
Pauli Nieminen
2012-08-01
1
-2
/
+2
*
Revert "gallium: specify resource_resolve destination via a pipe_surface"
Christoph Bumiller
2012-08-01
1
-6
/
+9
*
gallium: specify resource_resolve destination via a pipe_surface
Christoph Bumiller
2012-07-28
1
-9
/
+6
*
st/mesa: call update_renderbuffer_surface for sRGB renderbuffers, too
Christoph Bumiller
2012-07-28
1
-2
/
+3
*
st/mesa: undo a couple static asserts
Brian Paul
2012-07-27
1
-2
/
+2
*
st/mesa: use STATIC_ASSERT in a few places
Brian Paul
2012-07-27
4
-17
/
+17
*
mesa: Make more consistent use of _mesa_is_{user,winsys}_fbo()
Paul Berry
2012-07-26
3
-3
/
+8
*
mesa: move more format helper functions to glformats.c
Brian Paul
2012-07-24
1
-1
/
+2
*
mesa: move some format helper functions to glformats.c
Brian Paul
2012-07-24
1
-0
/
+1
*
st/mesa: fix DDY opcode for FBOs
Marek Olšák
2012-07-23
1
-2
/
+22
*
st/mesa: set the centroid qualifier in fragment shader inputs
Marek Olšák
2012-07-23
3
-4
/
+11
*
st/mesa: flush the glBitmap cache before changing framebuffer state
Marek Olšák
2012-07-23
3
-39
/
+41
*
st/mesa: set the correct window renderbuffer internal format
Marek Olšák
2012-07-23
1
-1
/
+9
*
st/mesa: remove st_flush_bitmap wrapper
Marek Olšák
2012-07-22
3
-17
/
+1
*
mesa: add glformats integer type/format detection routines
Jordan Justen
2012-07-21
1
-1
/
+2
*
mesa: Move the _mesa_uniform_merge_location_offset to glGetUniformLocation().
Eric Anholt
2012-07-20
1
-3
/
+5
*
mesa: Set gl_fragment_program::UsesKill in do_set_program_inouts.
Paul Berry
2012-07-20
1
-4
/
+0
*
mesa/st: Generates TGSI that always recognizes INSTANCEID/VERTEXID as integers.
José Fonseca
2012-07-13
2
-0
/
+38
*
mesa,st/mesa: implement GL_RGB565 from ARB_ES2_compatibility
Marek Olšák
2012-07-13
2
-0
/
+6
[next]