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
Commit message (
Expand
)
Author
Age
Files
Lines
*
swrast: s/GLint/GLuint/ to silence MSVC signed/unsigned comparison warning
Brian Paul
2012-01-07
1
-2
/
+2
*
meta: add some 'f' suffixes to silence MSVC warnings
Brian Paul
2012-01-07
1
-2
/
+2
*
mesa: add some 'f' suffixes to silence MSVC warnings
Brian Paul
2012-01-07
1
-4
/
+4
*
util: silence some MSVC type conversion warnings
Brian Paul
2012-01-07
1
-5
/
+5
*
draw: replace assert(0) with debug_warn_once()
Brian Paul
2012-01-07
3
-6
/
+6
*
util: add debug_warn_once() macro
Brian Paul
2012-01-07
1
-0
/
+19
*
draw: whitespace fixes, etc.
Brian Paul
2012-01-07
4
-173
/
+160
*
gallium: make vbuf_render::set_primitive() return void
Brian Paul
2012-01-07
9
-52
/
+27
*
svga: fix assorted whitespace issues, add copyright comment
Brian Paul
2012-01-07
3
-78
/
+85
*
svga: add switch cases for PIPE_SHADER_CAP_OUTPUT_READ
Brian Paul
2012-01-07
1
-0
/
+4
*
mesa: add/update comments in _mesa_copy_buffer_subdata()
Brian Paul
2012-01-07
1
-1
/
+4
*
u_vbuf: don't unroll indices if mapping vertex buffers blocks
Marek Olšák
2012-01-07
1
-1
/
+35
*
draw: fix missing include for u_format.
Dave Airlie
2012-01-07
1
-0
/
+1
*
st/mesa: add support for clip vertex.
Dave Airlie
2012-01-07
2
-6
/
+18
*
gallium: add new semantic for clip vertex.
Dave Airlie
2012-01-07
2
-2
/
+4
*
draw: don't translate non-floats to float.
Dave Airlie
2012-01-07
1
-0
/
+22
*
st/mesa: fix default interpolation for colors.
Dave Airlie
2012-01-07
1
-4
/
+10
*
glsl/builtins: Add missing mix(genType, genType, bvec) built-ins.
Kenneth Graunke
2012-01-06
3
-1
/
+11
*
i965/vs: Fix invalid array access in copy propagation.
Kenneth Graunke
2012-01-06
1
-14
/
+15
*
configure.ac: Remove unused GLUT substitutions.
Kenneth Graunke
2012-01-06
1
-4
/
+0
*
glsl: Don't mark assignment temporaries as read-only
Ian Romanick
2012-01-06
1
-5
/
+0
*
glsl: Emit extra errors for l-value violations in 'out' or 'inout' parameters
Ian Romanick
2012-01-06
1
-4
/
+59
*
glsl: Emit errors for assignments to non-l-value expressions
Ian Romanick
2012-01-06
1
-7
/
+22
*
glsl: Track descriptions of some expressions that can't be l-values
Ian Romanick
2012-01-06
3
-0
/
+19
*
mesa: remove gl_framebuffer:_DepthBuffer, _StencilBuffer fields
Brian Paul
2012-01-06
2
-12
/
+0
*
swrast: remove s_depthstencil.[ch] files
Brian Paul
2012-01-06
4
-832
/
+0
*
swrast: remove calls to _swrast_update_depth/stencil_buffer()
Brian Paul
2012-01-06
1
-23
/
+0
*
i965: Turn on ARB_depth_buffer_float by default.
Eric Anholt
2012-01-06
1
-2
/
+1
*
swrast: Convert the glBlitFramebuffer(GL_NEAREST) path to MapRenderbuffer().
Eric Anholt
2012-01-06
1
-39
/
+150
*
mesa: Fix packing of stencil bits to MESA_FORMAT_Z32_FLOAT_X24S8.
Eric Anholt
2012-01-06
1
-1
/
+1
*
swrast: Fix use of uninitialized value in rbmapping changes.
Eric Anholt
2012-01-06
1
-1
/
+1
*
swrast: Use the fast copypixels code to implement fast glBlitFramebuffer().
Eric Anholt
2012-01-06
3
-139
/
+46
*
swrast: Move the check for fast_copy_pixels() ability to caller.
Eric Anholt
2012-01-06
1
-9
/
+5
*
i965: Add sensible disasm for the JMPI instruction.
Eric Anholt
2012-01-06
1
-1
/
+3
*
i965/gen7: Enable transform feedback as long as kernel support is present.
Eric Anholt
2012-01-06
3
-1
/
+8
*
i965/gen7: Fix up the transform feedback buffer pointers on later batches.
Eric Anholt
2012-01-06
4
-3
/
+18
*
i965/gen7: Flush the batch between transform feedbacks.
Eric Anholt
2012-01-06
3
-3
/
+31
*
i965/gen7: Use the updated interface for SO write pointer resetting.
Eric Anholt
2012-01-06
4
-5
/
+13
*
r600g: remove obsolete MULTIWRITE comment
Alex Deucher
2012-01-06
1
-1
/
+0
*
glsl_to_tgsi: Remove the obsolete remove_output_reads pass.
Kenneth Graunke
2012-01-06
1
-84
/
+0
*
glsl_to_tgsi: Use the GLSL compiler's new remove-output-reads pass.
Vincent Lejeune
2012-01-06
1
-8
/
+7
*
glsl: Add a lowering pass to remove reads of shader output variables.
Vincent Lejeune
2012-01-06
3
-0
/
+143
*
draw: fix piglit base vertex + user vertex array tests
Dave Airlie
2012-01-06
1
-1
/
+1
*
Strip LLVM svn rev from `llvm-config --version` output.
ojab
2012-01-05
1
-1
/
+1
*
mesa: Remove 'texelBytes' declarations that are only used in assertions.
Vinson Lee
2012-01-05
1
-68
/
+34
*
mesa: Fix transform feedback of unsubscripted arrays.
Paul Berry
2012-01-05
1
-45
/
+54
*
Add .gitignore files to exclude unit test build artifacts from git
Paul Berry
2012-01-05
3
-0
/
+6
*
mesa: Avoid segfault when getting an unbound transform feedback buffer name.
Paul Berry
2012-01-05
1
-1
/
+1
*
mesa: Fix transform feedback of gl_ClipDistance.
Paul Berry
2012-01-05
1
-18
/
+41
*
mesa: Make tfeedback_decl::var_name a const char *.
Paul Berry
2012-01-05
1
-1
/
+1
[next]