index
:
~mattst88/mesa
automake
fix-shared-glapi
master
mattst88's mesa repository
mattst88
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
Files
Lines
2011-12-28
i915g: Add missing draw_flush call.
HEAD
master
Stéphane Marchesin
1
-0/+7
2011-12-28
mesa: Re-add main/bitset.h to fix classic nouveau build failure.
José Fonseca
2
-0/+162
2011-12-28
mesa: Remove now unused main/bitset.h.
Mathias Fröhlich
2
-162/+0
2011-12-28
mesa: Remove remaining FEATURE_ARB_vertex_buffer_object guards.
Mathias Fröhlich
6
-21/+0
2011-12-28
mesa: Convert to use GLbitfield64 directly.
Mathias Fröhlich
4
-42/+24
2011-12-28
radeon: Convert to use GLbitfield64 directly.
Mathias Fröhlich
3
-38/+37
2011-12-28
nouveau: Convert to use GLbitfield64 directly.
Mathias Fröhlich
2
-2/+2
2011-12-28
i915: Convert to use GLbitfield64 directly.
Mathias Fröhlich
2
-14/+12
2011-12-28
mesa: Convert RENDERINPUTS* macros to GLbitfield64.
Mathias Fröhlich
2
-12/+20
2011-12-28
i915g: Only apply the optimization to output vars.
Stéphane Marchesin
1
-0/+1
2011-12-27
i965/vs: Properly clear cur_value when propagating direct copies.
Kenneth Graunke
1
-16/+12
2011-12-27
i965/vs: Fix incorrect subscript when resetting copy propagation records.
Kenneth Graunke
1
-1/+1
2011-12-27
i965: Create mock implementation of GL_OES_EGL_image_external
Chad Versace
4
-0/+6
2011-12-27
meta: Disable GL_TEXTURE_EXTERNAL_OES in meta_begin()
Chad Versace
1
-0/+2
2011-12-27
mklib: tab cleanup, no functional change
Alexander von Gluck
1
-1/+1
2011-12-27
mesa: fpclassify is available on Haiku
Alexander von Gluck
1
-1/+1
2011-12-27
glu: remove BeOS define as BeOS is not longer a target platform
Alexander von Gluck
1
-6/+1
2011-12-27
gallium: use Mesa pthread_barrier_t on Haiku, as it is incomplete under Haiku
Alexander von Gluck
1
-1/+1
2011-12-27
gallium/u_pack: fix l8/i8 pack color ub
Dave Airlie
1
-1/+1
2011-12-27
vbo: Clean up recalculate_input_bindings.
Mathias Fröhlich
2
-46/+17
2011-12-26
mklib: Add Haiku build support
Alexander von Gluck
1
-0/+37
2011-12-26
Fix build with LLVM >= r145623.
Johannes Obermayr
1
-1/+1
2011-12-26
swrast: assert _swrast_map_teximage() x, y is multiple of block size
Brian Paul
1
-0/+3
2011-12-26
swrast: replace assertion with conditional in _swrast_map_teximage()
Brian Paul
1
-2/+6
2011-12-26
mesa: fix signed/unsigned comparison warnings
Brian Paul
1
-2/+2
2011-12-26
vbo: signal _NEW_ARRAY when transitioning between glBegin/End, glDrawArrays
Brian Paul
5
-7/+49
2011-12-26
mesa: remove leftovers from color indexed rendering.
Mathias Fröhlich
2
-8/+1
2011-12-26
mesa: remove unused _mesa_copy_materials.
Mathias Fröhlich
2
-20/+0
2011-12-26
vl: call decode_bitstream only once
Christian König
5
-10/+19
2011-12-26
i965: increase the brw eu instruction store size dynamically
Yuanhan Liu
3
-3/+18
2011-12-26
i965: call next_insn() before referencing a instruction by index
Yuanhan Liu
1
-14/+26
2011-12-26
i965: get the jmp distance by instruction index
Yuanhan Liu
4
-12/+10
2011-12-26
i965: let the if_stack just store the instruction index
Yuanhan Liu
3
-10/+19
2011-12-25
r600g: fix a warning that a variable may be uninitialized
Marek Olšák
1
-0/+2
2011-12-25
gallium: remove PIPE_CAP_MAX_STREAM_OUTPUT_SEPARATE_ATTRIBS
Marek Olšák
5
-6/+1
2011-12-25
st/mesa: use a cast wrapper function to get st_transform_feedback_object
Marek Olšák
1
-6/+11
2011-12-25
st/mesa: DrawTFB should use the vertex count from the last call of EndTFB
Marek Olšák
1
-11/+42
2011-12-24
r300g: mapping buffers for read should be unsynchronized
Marek Olšák
1
-1/+9
2011-12-24
winsys/radeon: move managing GEM domains back to drivers
Marek Olšák
14
-76/+106
2011-12-24
i965 gen6: Fix incorrect order of dwords in gen6_update_sol_indices()
Paul Berry
1
-1/+1
2011-12-24
i965 gen6: Fix transform feedback of triangle strips.
Paul Berry
2
-18/+72
2011-12-24
mesa: consolidate texstore functions
Brian Paul
1
-331/+153
2011-12-24
mesa: fix _mesa_store_texsubimage2d() for GL_TEXTURE_1D_ARRAY
Brian Paul
1
-23/+44
2011-12-24
mesa: update comment for MapTextureImage()
Brian Paul
1
-0/+2
2011-12-24
swrast: rewrite glDrawPixels(GL_DEPTH) with zoom
Brian Paul
3
-69/+28
2011-12-24
swrast: stop using _DepthBuffer in triangle code
Brian Paul
1
-16/+11
2011-12-24
mesa: remove gl_renderbuffer::PutRowRGB()
Brian Paul
14
-1017/+0
2011-12-24
swrast: stop using PutRowRGB() in triangle code
Brian Paul
1
-10/+12
2011-12-24
swrast: refactor/rewrite fast_draw_rgba_pixels()
Brian Paul
1
-234/+167
2011-12-24
swrast: move swrast_render_start/finish() call in drawpixels code
Brian Paul
1
-10/+24
[next]