index
:
mesa.git
gallium_va_encpackedheader01
master
Unnamed repository; edit this file 'description' to name the repository.
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
*
glsl_to_tgsi: fix dst register for texturing fetches.
Dave Airlie
2013-01-20
1
-1
/
+1
*
glsl_to_tgsi: set correct register type for array and structure elements
Bryan Cain
2013-01-20
1
-2
/
+19
*
st/mesa: free TGSI tokens with ureg_free_tokens()
Brian Paul
2013-01-20
1
-1
/
+1
*
st/mesa: replace REALLOC() with realloc()
Brian Paul
2013-01-20
1
-8
/
+2
*
st/mesa: fix computation of last_level in GenerateMipmap
Marek Olšák
2012-11-23
1
-21
/
+7
*
st/mesa: fix computation of last_level during texture creation
Marek Olšák
2012-11-23
1
-4
/
+2
*
st/mesa: fix guessing the base level size
Marek Olšák
2012-11-23
1
-49
/
+44
*
st/mesa: fix integer texture border color for some formats (v2)
Marek Olšák
2012-11-23
4
-48
/
+112
*
st/mesa: Fix assertions for copying texture image to finalized miptree.
Michel Dänzer
2012-10-24
1
-1
/
+4
*
st/mesa: Fix source miptree level for copying data to finalized miptree.
Michel Dänzer
2012-10-19
1
-1
/
+5
*
st/mesa: s/CALLOC/calloc/ to fix allocation bug
Brian Paul
2012-09-12
1
-1
/
+1
*
mesa: Enable GL_{ARB,APPLE}_vertex_array_object in all drivers
Ian Romanick
2012-08-29
1
-3
/
+0
*
st/mesa: use fallback path for glCopyTexSubImage(GL_TEXTURE_1D_ARRAY)
Brian Paul
2012-08-27
1
-0
/
+10
*
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
[next]