mesa.git
2013-06-21 José Fonsecatools/trace: Tool to dump gallium state at any draw...
2013-06-21 José Fonsecatools/trace: Defer blob hex-decoding.
2013-06-21 José Fonsecatrace: Don't dump texture transfers.
2013-06-20 Chia-I Wuilo: replace a boolean by bool
2013-06-20 Chia-I Wuilo: rename cache_seqno to uploaded
2013-06-19 Roland Scheideggerutil: (trivial) add has_popcnt field
2013-06-19 Roland Scheideggerllvmpipe: use 64bit counter for occlusion queries
2013-06-19 Roland Scheideggerllvmpipe: handle more queries
2013-06-19 Roland Scheideggersoftpipe: handle all queries, and change for the new...
2013-06-19 Roland Scheideggergallium: fix PIPE_QUERY_TIMESTAMP_DISJOINT
2013-06-19 José Fonsecatrace: Dump pipe_rasterizer_state::clip_halfz.
2013-06-19 Brian Paulsvga: add some comments about primitive conversion
2013-06-19 Brian Paulindices: add some comments
2013-06-19 Brian Paulsvga: reindent svga_tgsi.c
2013-06-19 Brian Paulsvga: whitespace, comment, formatting fixes in svga_tgs...
2013-06-19 Brian Paulsvga: move some svga/tgsi functions
2013-06-19 Brian Paulsvga: formatting fixes in svga_tgsi_insn.c
2013-06-19 Brian Paulmesa: wrap comments, code to 78 columns in multisample.c
2013-06-19 Brian Paulmesa: remove unused BITSET64 macros
2013-06-19 Maarten Lankhorstnvc0: kill assert in ppp code
2013-06-19 Chia-I Wuilo: rework shader cache
2013-06-18 Emil Velikovnv50: avoid crash on updating RASTERIZE_ENABLE state
2013-06-18 Kristian Høgsbergwayland: Handle global_remove event as well
2013-06-18 Jordan Justengen7: fix GPU hang on WebGL texture-size test
2013-06-18 Eric Anholtintel: Remove unused IS_POWER_OF_TWO() macro.
2013-06-18 Zack RusinRevert "draw: clear the draw buffers in draw"
2013-06-18 Roland Scheideggerllvmpipe: fixes for conditional rendering
2013-06-18 Roland Scheideggergallium: add condition parameter to render_condition
2013-06-18 Chia-I Wuilo: construct depth/stencil command in create_surface()
2013-06-17 Eric Anholtintel: Allow blorp CopyTexSubImage to nonzero destinati...
2013-06-17 Eric Anholtintel: Allow blit CopyTexSubImage to nonzero destinatio...
2013-06-17 Eric Anholtintel: Directly implement blit glBlitFramebuffer instea...
2013-06-17 Eric Anholtintel: Move XRGB->ARGB blit logic into intel_miptree_bl...
2013-06-17 Eric Anholtintel: Fix Y tiling support for glCopyTexSubImage's...
2013-06-17 Eric Anholtintel: Make batch macros for doing BCS_SWCTRL setup.
2013-06-17 Eric Anholtmesa: Hide weirdness of 1D_ARRAY textures from Driver...
2013-06-17 Dave Airlietgsi: text parser: fix parsing of array in declaration
2013-06-17 Sven Joachimmesa: Fix ieee fp on Alpha
2013-06-17 Richard Sandifordst/xlib: Fix XImage stride calculation
2013-06-17 Richard Sandifordst/xlib Fix XIMage bytes-per-pixel calculation
2013-06-17 Jonathan Graygallium: replace bswap_32 calls with util_bswap32
2013-06-17 Zack Rusindraw: fix a regression in computing max elt
2013-06-17 Zack Rusindraw: clear the draw buffers in draw
2013-06-17 Chia-I Wuilo: add pipe-based copy method to ilo_blitter
2013-06-17 Chia-I Wuilo: add BLT-based blitting methods to ilo_blitter
2013-06-17 Chia-I Wuilo: replace util_blitter by ilo_blitter
2013-06-15 Kenneth Graunkei965: Assume flexible hardware primitive restart exists...
2013-06-15 Chris Forbesi965: Shrink Gen5 VUE map layout to be the same as...
2013-06-15 Kenneth Graunkei965: Implement 16-wide math on G45 and Ironlake.
2013-06-14 Matt Turnerglsl: Disallow return with a void argument from void...
2013-06-14 Matt Turnerglsl: Allow implicit conversion of return values.
2013-06-14 Matt Turnerglsl: Add gl_{Max,Min}ProgramTexelOffset built-in const...
2013-06-14 Matt Turnerglsl: Allow swizzles on scalars.
2013-06-14 Matt Turnerglsl: Allow .length() method on vectors and matrices.
2013-06-14 Todd Previtemesa: Add infrastructure for ARB_shading_language_420pack.
2013-06-14 Chia-I Wuilo: fix for half-float vertex arrays
2013-06-14 Chia-I Wuilo: add some assertions to help debugging
2013-06-14 Chia-I Wuilo: silence a compiler warning
2013-06-14 Vinson Leeglsl: Fix null check in read_dereference.
2013-06-14 Chia-I Wust/mesa: fix temp texture bindings in st_CopyPixels()
2013-06-13 Zack Rusingallium/draw: add limits to the clip and cull distances
2013-06-13 Zack Rusindraw: cleanup the distance culling code a bit
2013-06-13 Chia-I Wuilo: mapping a resource may make some states dirty
2013-06-13 Chia-I Wuilo: bump up PIPE_CAP_GLSL_FEATURE_LEVEL to 140
2013-06-13 Chia-I Wuilo: initialize dirty flags in ilo_init_states()
2013-06-13 Chia-I Wuilo: re-emit states that involve resources
2013-06-13 Chia-I Wuilo: fix for util_blitter_clear() changes
2013-06-13 Manfred Ernstmesa: Fix bug in unclamped float to ubyte conversion.
2013-06-13 Marek Olšákst/dri: if flushing a drawable, don't set reason=SWAPBU...
2013-06-13 Marek Olšákst/dri: resolve the back buffer only in SwapBuffers
2013-06-13 Marek Olšákst/dri: manually swap MSAA front and back buffers in...
2013-06-13 Marek Olšákst/dri: always copy new DRI front and back buffers...
2013-06-13 Marek Olšákst/dri: refactor dri_msaa_resolve
2013-06-13 Marek Olšákst/dri: reuse depth-stencil and MSAA resources after...
2013-06-13 Marek Olšákst/dri: fix MSAA resolving of buffers with height ...
2013-06-13 Marek Olšákst/mesa: make generic CopyPixels path work with MSAA...
2013-06-13 Marek Olšákst/mesa: don't use blit_copy_pixels if an occlusion...
2013-06-13 Marek Olšákst/mesa: rework blit_copy_pixels to use pipe->blit
2013-06-13 Marek Olšákr600g: upsample and downsample MSAA resources for transfers
2013-06-13 Marek Olšákgallium/u_format: add a new helper for initializing...
2013-06-13 Marek Olšákgallium/u_blitter: make clearing independent of the...
2013-06-13 Marek Olšákgallium/u_blitter: make clearing independent of the...
2013-06-13 Marek Olšákgallium/util: make WRITES_ALL_CBUFS optional in the...
2013-06-13 Marek Olšákmesa: fix OES_EGL_image_external being partially allowe...
2013-06-12 Ian Romanickglsl: Generate smaller values for uniform locations
2013-06-12 Ian Romanickglsl: Add gl_shader_program::UniformLocationBaseScale
2013-06-12 Ian Romanickglsl: Add a gl_shader_program parameter to _mesa_unifor...
2013-06-12 Roland Scheideggerutil: new util_fill_box helper
2013-06-12 Roland Scheideggergallivm: (trivial) remove duplicated code block (includ...
2013-06-12 Paul Berryi965/gen7: Enable support for fast color clears.
2013-06-12 Paul Berryi965/gen7+: Disable fast color clears on shared regions.
2013-06-12 Paul Berryi965/gen7+: Resolve color buffers when necessary.
2013-06-12 Paul Berryi965/gen7+: Ensure that front/back buffers are fast...
2013-06-12 Paul Berryi965/blorp: Write blorp code to do render target resolves.
2013-06-12 Paul Berryi965/blorp: Expand clear class hierarchy to prepare...
2013-06-12 Paul Berryi965/gen7+: Implement fast color clear operation in...
2013-06-12 Paul Berryi965/gen7+: Create helper functions for single-sample...
2013-06-12 Paul Berryi965/gen7+: Set up MCS in SURFACE_STATE whenever MCS...
2013-06-12 Paul Berryi965/gen7+: Create an enum for keeping track of fast...
2013-06-12 Paul Berryintel: Conditionally compile mcs-related code for i965...
next