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
Commit message (
Expand
)
Author
Age
Files
Lines
*
st/mesa: set PIPE_BIND_SAMPLER_VIEW for TBOs in st_bufferobj_data
Christoph Bumiller
2012-12-08
1
-0
/
+3
*
mesa/st: add ARB_uniform_buffer_object support (v2)
Dave Airlie
2012-12-08
6
-7
/
+147
*
st/mesa: add option to enable GLSL 1.40
Dave Airlie
2012-12-08
1
-1
/
+6
*
st/mesa: add texture buffer object support to state tracker (v1.1)
Dave Airlie
2012-12-08
5
-7
/
+31
*
mesa/meta: Move declaration before statements.
José Fonseca
2012-12-08
1
-1
/
+2
*
mesa: Move declaration before statement.
José Fonseca
2012-12-08
1
-1
/
+2
*
intel: Enable ETC2 support on intel hardware
Anuj Phogat
2012-12-07
3
-50
/
+98
*
mesa: Add decoding functions for GL_COMPRESSED_SRGB8_PUNCHTHROUGH_ALPHA1_ETC2
Anuj Phogat
2012-12-07
5
-4
/
+90
*
mesa: Add decoding functions for GL_COMPRESSED_RGB8_PUNCHTHROUGH_ALPHA1_ETC2
Anuj Phogat
2012-12-07
5
-25
/
+171
*
mesa: Add decoding functions for GL_COMPRESSED_SIGNED_RG11_EAC
Anuj Phogat
2012-12-07
5
-3
/
+98
*
mesa: Add decoding functions for GL_COMPRESSED_SIGNED_R11_EAC
Anuj Phogat
2012-12-07
5
-3
/
+126
*
mesa: Add decoding functions for GL_COMPRESSED_RG11_EAC
Anuj Phogat
2012-12-07
5
-4
/
+98
*
mesa: Add decoding functions for GL_COMPRESSED_R11_EAC
Anuj Phogat
2012-12-07
5
-6
/
+128
*
mesa: Add decoding functions for GL_COMPRESSED_SRGB8_ALPHA8_ETC2_EAC
Anuj Phogat
2012-12-07
5
-3
/
+91
*
mesa: Add decoding functions for GL_COMPRESSED_RGBA8_ETC2_EAC
Anuj Phogat
2012-12-07
5
-7
/
+151
*
mesa: Add decoding functions for GL_COMPRESSED_SRGB8_ETC2
Anuj Phogat
2012-12-07
5
-7
/
+89
*
mesa: Add decoding functions for GL_COMPRESSED_RGB8_ETC2
Anuj Phogat
2012-12-07
5
-13
/
+469
*
mesa: Make nonlinear_to_linear() function available outside file
Anuj Phogat
2012-12-07
3
-52
/
+29
*
mesa: Add new MESA_FORMATs for ETC2 compressed textures
Anuj Phogat
2012-12-07
9
-1
/
+468
*
meta: Use #version 300 es for _mesa_glsl_Clear's integer shaders on ES3.
Kenneth Graunke
2012-12-07
1
-17
/
+27
*
meta: Use #version 300 es in GenerateMipmap shaders on ES3.
Kenneth Graunke
2012-12-07
1
-11
/
+13
*
Set es_version to false when using FF fragment shading in meta ops
Paul Berry
2012-12-07
1
-0
/
+1
*
mesa: Use the new hash table for the variable refcount visitor.
Eric Anholt
2012-12-07
1
-0
/
+2
*
program/hash_table.c: rename to program/prog_hash_table.c
Jordan Justen
2012-12-07
4
-4
/
+4
*
mesa: Ignore size and offset parameters for BindBufferRange when buffer is 0
Matt Turner
2012-12-07
1
-10
/
+12
*
st/dri: implement MSAA for GLX/DRI2 framebuffers
Marek Olšák
2012-12-07
1
-2
/
+2
*
gallium: pass the current context to the flush_front state tracker function
Marek Olšák
2012-12-07
1
-1
/
+1
*
st/mesa: implement CopyTexSubImage for MSAA framebuffers
Marek Olšák
2012-12-07
1
-66
/
+113
*
glsl: Record in gl_shader_program whether the program uses GLSL ES.
Paul Berry
2012-12-06
1
-0
/
+1
*
glsl: Record in gl_shader whether the shader uses GLSL ES.
Paul Berry
2012-12-06
1
-0
/
+1
*
mesa: Add ARB_ES3_compatibility flag.
Paul Berry
2012-12-06
2
-0
/
+2
*
mesa: use rand() instead of random()
Brian Paul
2012-12-06
1
-1
/
+1
*
mesa: validate that sync objects were created by mesa
Jordan Justen
2012-12-06
3
-15
/
+26
*
main/syncobj: return GL_INVALID_VALUE for invalid sync objects
Jordan Justen
2012-12-06
1
-4
/
+4
*
mesa: add set support (stores a set of pointers)
Eric Anholt
2012-12-06
4
-0
/
+444
*
meta: Disable GL_FRAGMENT_SHADER_ATI in MESA_META_SHADER
Stefan Dösinger
2012-12-06
1
-0
/
+11
*
radeon: Initialize swrast before setting limits
Stefan Dösinger
2012-12-06
1
-9
/
+9
*
r200: Initialize swrast before setting limits
Stefan Dösinger
2012-12-06
1
-10
/
+9
*
android: Fix build of libmesa_program
Chad Versace
2012-12-05
1
-0
/
+3
*
i965: Add a debug flag for counting cycles spent in each compiled shader.
Eric Anholt
2012-12-05
17
-9
/
+524
*
i965: Add a flag for instructions with normal writemasking disabled.
Eric Anholt
2012-12-05
4
-0
/
+4
*
mesa: expose ARB_texture_cube_map_array in core contexts as well
Chris Forbes
2012-12-05
1
-1
/
+1
*
i965/fs: Add support for uniform array access with a variable index.
Eric Anholt
2012-12-04
4
-24
/
+216
*
i965/fs: Conditionalize constant-index UBO load code and add comments.
Eric Anholt
2012-12-04
1
-28
/
+33
*
i965/fs: Restrict optimization that would fail for gen7's SENDs from GRFs
Eric Anholt
2012-12-04
3
-8
/
+28
*
i965/fs: Allow source mods on gen7+ math.
Eric Anholt
2012-12-04
1
-1
/
+1
*
i965/fs: Add instruction emit for varying-index reads of uniforms.
Eric Anholt
2012-12-04
4
-0
/
+105
*
i965/fs: Rename the existing pull constant load opcode.
Eric Anholt
2012-12-04
6
-14
/
+16
*
i965: Add a header_present flag for setting up dp read messages.
Eric Anholt
2012-12-04
3
-1
/
+7
*
i965/gen7: Add some safety checks for send messages from GRFs.
Eric Anholt
2012-12-04
1
-0
/
+15
[next]