mesa.git
2010-07-23 Kristian Høgsbergglx: Use _Xglobal_lock for protecting extension display...
2010-07-22 Brian Paulglsl: remove invalid _mesa_problem() call
2010-07-22 Brian Pauldraw: re-order optimization passes depending on LLVM...
2010-07-22 Brian Pauldraw: added new assertions to clipping code
2010-07-22 Eric Anholti965: Respect VS/VP point size result when enabled.
2010-07-22 Eric Anholti965: Fix the disasm output for da16 src widths.
2010-07-22 Eric Anholti965: Avoid extra MOV in VS indirect register reads.
2010-07-22 Eric Anholti965: Fix up VS temporary array access for fixed index...
2010-07-22 Henri Verbeetr600: Flip point sprite coordinates when rendering...
2010-07-22 Eric Anholti965: In the VS, multiply the address reg by the approp...
2010-07-22 Eric Anholti965: Clean up brw_dp_READ_4_vs() now that it has fewer...
2010-07-22 Eric Anholti965: Support relative addressed VS constant reads...
2010-07-22 Eric Anholti965: Fix the DP read msg_control definitions other...
2010-07-22 Eric Anholti965: Clean up dead code from the VS get_constant/get_r...
2010-07-22 Eric Anholti956: Set the execution size correctly for scratch...
2010-07-22 Eric Anholti965: Set the GEM domain flags for the scratch space.
2010-07-22 Eric Anholti965: Use the pretty define for 4-oword DP reads.
2010-07-22 Eric Anholti965: Set the send commit bit on register spills as...
2010-07-22 Eric Anholti965: Add disasm for dataport reads (register unspilling).
2010-07-22 Kristian Høgsbergglx: Move last few dri_interface.h types out of glxclie...
2010-07-22 Kristian Høgsbergglx: Move __driContext field out of __GLXcontextRec
2010-07-21 Brian Paulsoftpipe: add missing support for PIPE_FORMAT_S8_USCALE...
2010-07-21 Brian Paulsoftpipe: fix sp_tile_cache_flush_clear() regression
2010-07-21 Jerome GlisseRevert "dri2: Remove an unused variable."
2010-07-21 Jerome Glisser600g: add support for all R6XX/R7XX asic
2010-07-21 Dave Airlier600g: add r600 compile mode to compiler.
2010-07-21 Dave Airlier600g: add family retrival
2010-07-21 Marek Olšákllvmpipe: say no to depth clamp
2010-07-21 Marek Olšákr300g: implement depth clamp
2010-07-21 Marek Olšákr300g: cleanup clip state emission
2010-07-21 Marek Olšákdraw: disable depth clipping if depth clamp is enabled
2010-07-21 Marek Olšákst/mesa: implement depth clamp
2010-07-21 Marek Olšákcso: handle depth clamp
2010-07-21 Marek Olšákgallium: add depth clamp to the interface
2010-07-21 Carl WorthAdd missing initialization of inOutFlags pointer.
2010-07-21 Carl WorthMakefiles: Don't complain if depend file to be included...
2010-07-21 Carl Worthi965: Remove an unused variable.
2010-07-21 Carl Worthdri2: Remove an unused variable.
2010-07-21 Carl WorthRegenerate program/lex.yy.c
2010-07-21 Carl WorthAvoid more warnings in flex-generated code.
2010-07-21 Carl WorthAvoid warnings in flex-generated code.
2010-07-21 Brian Pauldraw: tweak aa line width threshold and sampling
2010-07-21 Patrice Mandinnouveau/nvfx: Add new PIPE_CAP values
2010-07-21 Brian Paulgallivm: replace has_indirect_addressing field with...
2010-07-21 Brian Paultgsi: added tgsi_shader_info::indirect_files field
2010-07-21 Brian Paulgallivm: refactor code into get_indirect_offsets()...
2010-07-21 Brian Paulgallivm: added comment
2010-07-21 Brian Paulgallivm: remove extraneous braces
2010-07-21 Brian Paulgallivm: no longer do indirect addressing in get_temp_ptr()
2010-07-21 Brian Paulgallivm: implement correct indirect addressing of temp...
2010-07-21 Brian Paulgallivm: re-org, comments for get_temp_ptr()
2010-07-21 Brian Pauldraw: whitespace clean-up
2010-07-21 Keith Whitwellgallium: remove pointless bitfield restrction in pipe_v...
2010-07-21 Brian Paulgallivm: rename a var to avoid compiler warnings
2010-07-21 Brian Paulgallivm: fix indirect addressing of constant buffer
2010-07-21 Brian Paulgallivm: added lp_build_const_int32() helper
2010-07-20 Vinson Leeradeon: Remove unnecessary header.
2010-07-20 Jerome Glisser600g: split trans unit computation
2010-07-20 Marek Olšákst/mesa: implement and advertise GL_ARB_draw_elements_b...
2010-07-20 Brian Pauldraw: correctly handle max_index=0xffffffff case in...
2010-07-20 Marek Olšákst/mesa: implement depth texture modes
2010-07-20 Brian Paulmesa: call ctx->Driver.ChooseTextureFormat() only when...
2010-07-20 Brian Paulgraw/tests: pass -e option to test draw_elements_instan...
2010-07-20 Michal Krolsoftpipe: Support non-depth-stencil formats in sp_tile_...
2010-07-20 Kristian Høgsbergglx: #ifdef DRI specific prototype
2010-07-20 Michel Dänzerglx/dri2: Fix dri2CopySubBuffer() again.
2010-07-20 Marek Olšákutil: mempool: initialize last block's magic number...
2010-07-20 Chia-I Wust/egl: Fixes for recent GLX cleanup.
2010-07-20 Chia-I Wust/dri: Remove driFrameTrackingExtension.
2010-07-20 Kristian Høgsbergglx: Move DRI CopySubBuffer extension to DRI1 code
2010-07-20 Kristian Høgsbergglx: Move driver_configs to DRI screen privates
2010-07-20 Kristian Høgsbergglx: Move drawHash to display private
2010-07-20 Kristian Høgsbergglx: Don't use __glXInitialize() when we might be holdi...
2010-07-20 Kristian Høgsbergglx: Workaround mismatch in signedness between extensio...
2010-07-20 Kristian Høgsbergglx: Move __DRIdrawable pointers to DRI drawable privates
2010-07-20 Kristian Høgsbergglx: Remove support for MESA_swap_frame_usage
2010-07-20 Kristian Høgsbergglx: Move __driScreen into the dri screen privates
2010-07-20 Kristian Høgsbergglx: Move DRI1 specific extensions and code to DRI1...
2010-07-20 Kristian Høgsbergglx: Move DRI2 extensions to DRI2 screen private
2010-07-20 Kristian Høgsbergglx: Drop support for GLX_MESA_allocate_memory
2010-07-20 Kristian Høgsbergglx: Add screen privates for dri drivers and moved...
2010-07-20 Kristian Høgsbergglx: Rename various DRI structs away from obnoxious...
2010-07-20 Kristian Høgsbergglx: Factor out common code from dri2WaitGL() and dri2W...
2010-07-20 Kristian Høgsbergglx: Dont use dri2WaitX() to update fake front
2010-07-20 Eric Anholti965: Mostly fix glsl-max-varyings.
2010-07-20 Eric Anholti965: Clean up message register setup in emit_vertex_wr...
2010-07-20 Eric Anholti965: Reduce repeated calculation of the attribute...
2010-07-20 Eric Anholti965: Clarify the nr_regs calculation in brw_clip.c
2010-07-20 Eric Anholti965: Don't set up VUE space for the disabled user...
2010-07-20 Brian Pauldraw: fix incorrect instancing divisor in LLVM code
2010-07-19 Brian Paulmesa: remove restart.c from build
2010-07-19 Marek Olšákr300g: fix possible crash in destroy_context
2010-07-19 Marek Olšákutil: remove the dummy field in mempool
2010-07-19 Vinson Leescons: Fix Mac OS X SCons build on 32-bit CPUs.
2010-07-19 Brian Paulutil: add dummy field to empty structure types
2010-07-19 Marek Olšákr300g: fix typo
2010-07-19 Marek Olšákr300g: use memory pools for buffer_create and get_transfer
2010-07-19 Marek Olšákutil: add a memory pool for equally sized memory alloca...
2010-07-19 Marek Olšákst/mesa: fix FRAMEBUFFER_UNSUPPORTED with the D24S8...
2010-07-19 Kristian Høgsbergglx: Fix drawable lookup in DRI2 event handler
next