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
*
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
*
intel: Always enable GL_ARB_framebuffer_object
Ian Romanick
2012-12-03
1
-2
/
+1
*
mesa: Only require Gen'ed name for glBind{Framebuffer,Renderbuffer} on desktop
Ian Romanick
2012-12-03
1
-2
/
+6
*
mesa: fix uint64 printing in syncobj.c
Brian Paul
2012-12-03
1
-1
/
+3
*
mesa: Disable GL_NV_primitive_restart extension in core contexts.
Kenneth Graunke
2012-12-03
1
-1
/
+1
*
i965: Allow INTEL_DEBUG=fs as a synonym for INTEL_DEBUG=wm.
Kenneth Graunke
2012-12-03
1
-0
/
+1
*
i965: Include codegen time in the INTEL_DEBUG=perf stall detection.
Eric Anholt
2012-12-03
2
-12
/
+18
*
i965: Don't leak the IR annotation into later instructions.
Eric Anholt
2012-12-03
2
-0
/
+2
*
i965/vp: Fix crashes with INTEL_DEBUG=vs.
Eric Anholt
2012-12-03
1
-0
/
+1
*
i965/vs: Fix uninitialized shader pointer used in debug output.
Eric Anholt
2012-12-03
1
-0
/
+2
*
android: fix bison warning of conflicting outputs to file
Adrian Marius Negreanu
2012-12-03
1
-3
/
+0
*
st/mesa: add null pointer check in st_renderbuffer_delete()
Brian Paul
2012-12-03
1
-4
/
+4
*
mesa: remove warning message in _mesa_reference_renderbuffer_()
Brian Paul
2012-12-03
1
-4
/
+1
*
st/mesa: make st_flush do what glFlush does
Marek Olšák
2012-12-02
1
-0
/
+1
*
glx/dri2: add and use new driver hook flush_with_flags
Marek Olšák
2012-12-02
3
-3
/
+3
*
radeon: Fix memory leak in radeonCreateScreen2.
Vinson Lee
2012-11-30
1
-1
/
+3
*
nouveau: Fix build.
Brian Paul
2012-11-30
1
-1
/
+1
*
i965/fs: Add fs_reg::is_zero() and is_one(); use for opt_algebraic().
Kenneth Graunke
2012-11-30
2
-7
/
+24
*
st/mesa: fix context use-after-free problem in st_renderbuffer_delete()
Brian Paul
2012-11-30
1
-3
/
+5
*
mesa: pass context parameter to gl_renderbuffer::Delete()
Brian Paul
2012-11-30
15
-24
/
+29
*
i965/fp: Fix segfault on gen4 TXB instructions.
Eric Anholt
2012-11-29
1
-0
/
+2
*
mesa: Fix GL_LUMINANCE handling for textures in glGetTexImage
Anuj Phogat
2012-11-29
2
-14
/
+41
*
Revert "meta: Don't try to glOrtho when the draw buffer isn't initialized."
Kenneth Graunke
2012-11-29
1
-5
/
+3
[next]