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
Commit message (
Expand
)
Author
Age
Files
Lines
*
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
*
mesa: Rename API_OPENGL to API_OPENGL_COMPAT.
Paul Berry
2012-11-29
44
-253
/
+253
*
gallium/postprocess: share pipe_context and cso_context with the state tracker
Marek Olšák
2012-11-29
1
-0
/
+2
*
mesa: move some helper functions from fboobject.c to glformats.c
Marek Olšák
2012-11-29
3
-119
/
+127
*
android: include api_exec.c in generated files list
Tapani Pälli
2012-11-29
1
-0
/
+1
*
i965/vs: Move struct brw_compile (p) entirely inside vec4_generator.
Kenneth Graunke
2012-11-28
3
-4
/
+3
*
i965/vs: Split final assembly code generation out of vec4_visitor.
Kenneth Graunke
2012-11-28
4
-53
/
+106
*
i965/vs: Abort on unsupported opcodes rather than failing.
Kenneth Graunke
2012-11-28
1
-3
/
+4
*
i965/vs: Move uses of brw_compile from do_vs_prog to brw_vs_emit.
Kenneth Graunke
2012-11-28
3
-14
/
+19
*
i965/vs: Rework memory contexts for shader compilation data.
Kenneth Graunke
2012-11-28
5
-8
/
+12
*
i965/vs: Pass the brw_context pointer into brw_compute_vue_map().
Kenneth Graunke
2012-11-28
1
-3
/
+2
*
i965/vs: Pass the brw_context pointer into vec4_visitor and do_vs_prog.
Kenneth Graunke
2012-11-28
5
-9
/
+14
*
i965/vs: Move some functions from brw_vec4_emit.cpp to brw_vec4.cpp.
Kenneth Graunke
2012-11-28
2
-263
/
+265
*
meta: Don't try to glOrtho when the draw buffer isn't initialized.
Kenneth Graunke
2012-11-28
1
-3
/
+5
*
st/mesa: allow forward-compatible contexts and set Const.ContextFlags
Marek Olšák
2012-11-29
1
-5
/
+7
*
st/mesa: add support for GL core profiles
Marek Olšák
2012-11-29
1
-0
/
+3
*
i965/gen4-5: Fix segfaults with stencil-only depth/stencil setups.
Eric Anholt
2012-11-28
1
-1
/
+3
*
i965/fs: Don't generate saturates over existing variable values.
Eric Anholt
2012-11-28
1
-0
/
+1
*
i965/fs: Add some minimal backend-IR dumping.
Eric Anholt
2012-11-28
2
-0
/
+92
*
mesa: fix BlitFramebuffer between linear and sRGB formats
Marek Olšák
2012-11-28
1
-3
/
+39
*
vbo: move another line of code after declarations
Brian Paul
2012-11-27
1
-1
/
+1
*
vbo: move code after declarations to fix MSVC errors
Brian Paul
2012-11-27
1
-7
/
+7
*
vbo: minor whitespace fix
Brian Paul
2012-11-27
1
-1
/
+1
*
mesa: remove '(void) k' lines
Brian Paul
2012-11-27
1
-4
/
+0
*
mesa/vbo: Check for invalid types in various packed vertex functions.
Kenneth Graunke
2012-11-27
1
-0
/
+43
*
mesa/vbo: Support the ES 3.0 signed normalized scaling rules.
Kenneth Graunke
2012-11-27
1
-2
/
+38
*
mesa/vbo: Plumb ctx through to the conv_i(10|2)_to_norm_float functions.
Kenneth Graunke
2012-11-27
1
-59
/
+59
[next]