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
*
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
3
-4
/
+12
*
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
*
mesa: Remove 'texelBytes' declarations that are only used in assertions.
Vinson Lee
2012-01-05
1
-68
/
+34
*
mesa: Avoid segfault when getting an unbound transform feedback buffer name.
Paul Berry
2012-01-05
1
-1
/
+1
*
gallium: Make use of gl_transform_feedback_info::ComponentOffset.
Paul Berry
2012-01-05
1
-1
/
+2
*
i965: Make use of gl_transform_feedback_info::ComponentOffset.
Paul Berry
2012-01-05
4
-1
/
+19
*
mesa: Add gl_transform_feedback_info::ComponentOffset.
Paul Berry
2012-01-05
1
-0
/
+7
*
i965: Fix transform feedback of gl_ClipVertex.
Paul Berry
2012-01-05
1
-5
/
+8
*
i965: Fix transform feedback of gl_PointSize.
Paul Berry
2012-01-05
2
-2
/
+14
*
swrast: use memmove() instead of memcpy() in the SHIFT_ARRAY macro
Brian Paul
2012-01-05
1
-1
/
+1
*
st/mesa: add support for gl_ClipDistance
Bryan Cain
2012-01-05
2
-5
/
+61
*
gallium: fix behavior of pipe_buffer_map_range
Marek Olšák
2012-01-05
2
-9
/
+6
*
mesa: Remove the dead Varyings list in the program.
Eric Anholt
2012-01-05
2
-6
/
+0
*
mesa: Fix glGetTransformFeedbackVarying().
Eric Anholt
2012-01-05
2
-27
/
+31
*
mesa: only map src/dest regions in _mesa_copy_buffer_subdata()
Brian Paul
2012-01-05
1
-6
/
+7
*
mesa: print more info in buffer_object_subdata_range_good() error message
Brian Paul
2012-01-05
1
-1
/
+4
*
st/mesa: 80-column wrapping
Brian Paul
2012-01-05
1
-1
/
+2
*
i965: Enable EXT_texture_integer by default
Ian Romanick
2012-01-04
1
-2
/
+1
*
mesa: Add missing GL_RG_INTEGER cases
Ian Romanick
2012-01-04
1
-0
/
+39
*
i965: Fix infinite loop regression in intel_miptree_all_slices_resolve.
Kenneth Graunke
2012-01-04
1
-1
/
+1
*
i965/vs: Use the proper dimensionality for the sampler result register.
Kenneth Graunke
2012-01-04
1
-1
/
+1
*
i965: Add missing _NEW_TEXTURE dirty bit to brw_vs_prog state atom.
Kenneth Graunke
2012-01-04
1
-0
/
+1
*
mesa: Additional error checks for transform feedback.
Paul Berry
2012-01-04
1
-0
/
+20
*
mesa: Check that all buffers are bound in BeginTransformFeedback.
Paul Berry
2012-01-04
2
-0
/
+17
*
mesa: Fix typos in transform feedback error messages.
Paul Berry
2012-01-04
2
-2
/
+2
*
st/mesa: remove st_CompressedTexSubImage1D/2D/3D()
Brian Paul
2012-01-04
1
-81
/
+3
*
st/mesa: fix indentation in st_copy_texsubimage()
Brian Paul
2012-01-04
1
-5
/
+5
*
st/mesa: remove st_TexImage(), use core Mesa code instead
Brian Paul
2012-01-04
2
-242
/
+41
*
st/mesa: refactor gl_TexImage() code into prep_teximage()
Brian Paul
2012-01-04
1
-17
/
+38
*
intel: Re-enable GL_OES_standard_derivatives on GEN4+
Ian Romanick
2012-01-04
1
-13
/
+9
*
intel: Re-allow blitting glCopyBufferSubData() on gen >= 6.
Eric Anholt
2012-01-04
1
-1
/
+1
*
intel: Fix pitch handling for linear blits.
Eric Anholt
2012-01-04
1
-4
/
+4
*
intel: Fix bad read/write flags on self-copies for glCopyBufferSubData().
Eric Anholt
2012-01-04
1
-1
/
+3
*
Remove xmesa_xf86.h
Adam Jackson
2012-01-04
1
-197
/
+0
*
mesa: remove unused _mesa_init_teximage_fields() target parameter
Brian Paul
2012-01-04
14
-23
/
+22
*
ff_fragment_shader: Don't generate swizzles for scalar combiner inputs
Ian Romanick
2012-01-03
1
-6
/
+10
*
Fix read from pointer after free
Anuj Phogat
2012-01-03
1
-2
/
+3
*
st/mesa: use SINT/UINT formats for VertexAttribIPointer
Christoph Bumiller
2012-01-03
3
-6
/
+63
*
glsl_to_tgsi: v2 Invalidate and revalidate uniform backing storage
Vadim Girlin
2012-01-03
1
-0
/
+25
*
intel: include version.h in intel_screen.c to silence warning
Brian Paul
2012-01-02
1
-0
/
+1
[next]