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
Commit message (
Expand
)
Author
Age
Files
Lines
*
i915g: Only apply the optimization to output vars.
Stéphane Marchesin
2011-12-27
1
-0
/
+1
*
i965/vs: Properly clear cur_value when propagating direct copies.
Kenneth Graunke
2011-12-27
1
-16
/
+12
*
i965/vs: Fix incorrect subscript when resetting copy propagation records.
Kenneth Graunke
2011-12-27
1
-1
/
+1
*
i965: Create mock implementation of GL_OES_EGL_image_external
Chad Versace
2011-12-27
4
-0
/
+6
*
meta: Disable GL_TEXTURE_EXTERNAL_OES in meta_begin()
Chad Versace
2011-12-27
1
-0
/
+2
*
mklib: tab cleanup, no functional change
Alexander von Gluck
2011-12-27
1
-1
/
+1
*
mesa: fpclassify is available on Haiku
Alexander von Gluck
2011-12-27
1
-1
/
+1
*
glu: remove BeOS define as BeOS is not longer a target platform
Alexander von Gluck
2011-12-27
1
-6
/
+1
*
gallium: use Mesa pthread_barrier_t on Haiku, as it is incomplete under Haiku
Alexander von Gluck
2011-12-27
1
-1
/
+1
*
gallium/u_pack: fix l8/i8 pack color ub
Dave Airlie
2011-12-27
1
-1
/
+1
*
vbo: Clean up recalculate_input_bindings.
Mathias Fröhlich
2011-12-27
2
-46
/
+17
*
mklib: Add Haiku build support
Alexander von Gluck
2011-12-26
1
-0
/
+37
*
Fix build with LLVM >= r145623.
Johannes Obermayr
2011-12-26
1
-1
/
+1
*
swrast: assert _swrast_map_teximage() x, y is multiple of block size
Brian Paul
2011-12-26
1
-0
/
+3
*
swrast: replace assertion with conditional in _swrast_map_teximage()
Brian Paul
2011-12-26
1
-2
/
+6
*
mesa: fix signed/unsigned comparison warnings
Brian Paul
2011-12-26
1
-2
/
+2
*
vbo: signal _NEW_ARRAY when transitioning between glBegin/End, glDrawArrays
Brian Paul
2011-12-26
5
-7
/
+49
*
mesa: remove leftovers from color indexed rendering.
Mathias Fröhlich
2011-12-26
2
-8
/
+1
*
mesa: remove unused _mesa_copy_materials.
Mathias Fröhlich
2011-12-26
2
-20
/
+0
*
vl: call decode_bitstream only once
Christian König
2011-12-26
5
-10
/
+19
*
i965: increase the brw eu instruction store size dynamically
Yuanhan Liu
2011-12-26
3
-3
/
+18
*
i965: call next_insn() before referencing a instruction by index
Yuanhan Liu
2011-12-26
1
-14
/
+26
*
i965: get the jmp distance by instruction index
Yuanhan Liu
2011-12-26
4
-12
/
+10
*
i965: let the if_stack just store the instruction index
Yuanhan Liu
2011-12-26
3
-10
/
+19
*
r600g: fix a warning that a variable may be uninitialized
Marek Olšák
2011-12-25
1
-0
/
+2
*
gallium: remove PIPE_CAP_MAX_STREAM_OUTPUT_SEPARATE_ATTRIBS
Marek Olšák
2011-12-25
5
-6
/
+1
*
st/mesa: use a cast wrapper function to get st_transform_feedback_object
Marek Olšák
2011-12-25
1
-6
/
+11
*
st/mesa: DrawTFB should use the vertex count from the last call of EndTFB
Marek Olšák
2011-12-25
1
-11
/
+42
*
r300g: mapping buffers for read should be unsynchronized
Marek Olšák
2011-12-24
1
-1
/
+9
*
winsys/radeon: move managing GEM domains back to drivers
Marek Olšák
2011-12-24
14
-76
/
+106
*
i965 gen6: Fix incorrect order of dwords in gen6_update_sol_indices()
Paul Berry
2011-12-24
1
-1
/
+1
*
i965 gen6: Fix transform feedback of triangle strips.
Paul Berry
2011-12-24
2
-18
/
+72
*
mesa: consolidate texstore functions
Brian Paul
2011-12-24
1
-331
/
+153
*
mesa: fix _mesa_store_texsubimage2d() for GL_TEXTURE_1D_ARRAY
Brian Paul
2011-12-24
1
-23
/
+44
*
mesa: update comment for MapTextureImage()
Brian Paul
2011-12-24
1
-0
/
+2
*
swrast: rewrite glDrawPixels(GL_DEPTH) with zoom
Brian Paul
2011-12-24
3
-69
/
+28
*
swrast: stop using _DepthBuffer in triangle code
Brian Paul
2011-12-24
1
-16
/
+11
*
mesa: remove gl_renderbuffer::PutRowRGB()
Brian Paul
2011-12-24
14
-1017
/
+0
*
swrast: stop using PutRowRGB() in triangle code
Brian Paul
2011-12-24
1
-10
/
+12
*
swrast: refactor/rewrite fast_draw_rgba_pixels()
Brian Paul
2011-12-24
1
-234
/
+167
*
swrast: move swrast_render_start/finish() call in drawpixels code
Brian Paul
2011-12-24
1
-10
/
+24
*
swrast: new fast_draw_depth_stencil() for glDrawPixels(GL_DEPTH_STENCIL)
Brian Paul
2011-12-24
1
-16
/
+40
*
swrast: remove the copy_depth_stencil_pixels() function
Brian Paul
2011-12-24
1
-178
/
+3
*
swrast: stop using depth/stencil wrappers in CopyPixels code
Brian Paul
2011-12-24
1
-8
/
+21
*
swrast: remove needless assignment in draw_depth_stencil_pixels()
Brian Paul
2011-12-24
1
-1
/
+0
*
swast: replace renderbuffer->GetPointer() with _swrast_pixel_address()
Brian Paul
2011-12-24
3
-4
/
+4
*
swrast: use _swrast_pixel_address() helper function
Brian Paul
2011-12-24
3
-32
/
+20
*
swrast: rewrite stencil test code
Brian Paul
2011-12-24
1
-858
/
+259
*
swrast: remove dead code in s_stencil.c
Brian Paul
2011-12-24
1
-33
/
+0
*
swrast: rewrite _swrast_read_stencil_span()
Brian Paul
2011-12-24
1
-5
/
+26
[next]