mesa.git
2011-08-16 Marek Olšákr600g: remove unused r600_bo::kernel_pitch
2011-08-16 Marek Olšákr600g: put radeon_winsys in screen::winsys, don't inclu...
2011-08-16 Marek Olšákr600g: cleanup includes in winsys
2011-08-16 Marek Olšákr600g: move some queries into winsys/radeon
2011-08-16 Marek Olšákr600g: first step into winsys/radeon
2011-08-16 Benjamin Franzkedri2: Add __DRI_BUFFER_COUNT token
2011-08-16 Cooper Yuandri2: add code to dri2_Flush extension.
2011-08-16 Eric Anholtglsl: When assigning to a whole array, mark the array...
2011-08-16 Eric Anholtradeon: Explain to the user what went wrong when built...
2011-08-16 Paul Berryglsl: Add validations for ir_call.
2011-08-16 Paul Berryglsl: Make is_lvalue() and variable_referenced() const.
2011-08-16 Paul Berryglsl: Perform implicit type conversions on function...
2011-08-15 Kenneth Graunkedocs: Remove GLw from the documentation except for...
2011-08-15 Kenneth Graunkeglw: Remove GLw source.
2011-08-15 Ian Romanickglsl: Modify strategy for accumulating conditions when...
2011-08-15 Ian Romanickglsl: Slight change to the code generated by if-flattening
2011-08-15 Ian Romanickglsl: Replace foreach_iter with foreach_list_safe
2011-08-15 Ian Romanickglsl: Make move_block_to_cond_assign not care which...
2011-08-15 Benjamin Franzkeegl: Log (debug) native platform type
2011-08-15 Benjamin Franzkeegl: Native Display autodetection
2011-08-14 Cooper YuanDestroy context in dri2/glx driver when apps call eglDe...
2011-08-13 Chia-I Wuglapi: remove gen-es
2011-08-13 Chia-I Wuglapi: generate ES dispatch headers from core mesa
2011-08-13 Chia-I Wuglapi: add glapi_gen.mk to help header generation
2011-08-13 Chia-I Wuglapi: use gl_and_es_API.xml to generate GLES headers
2011-08-13 Chia-I Wuglapi: add methods to filter functions
2011-08-13 Chia-I Wuglapi: add gles_api.py
2011-08-12 Michel Dänzergallium/gbm: Add dependencies for libraries linked...
2011-08-11 Chad Versacex86-64: Fix compile error with clang
2011-08-11 Brian Paulmesa: fix initialization of GL_FOG_MODE in _mesa_init_d...
2011-08-11 Brian Paulmesa: fix ColorMask array index in _mesa_init_driver_st...
2011-08-11 Brian Paulswrast: don't try to do depth testing if there's no...
2011-08-11 Andreas Fängerswrast: initial multi-threaded span rendering
2011-08-10 Ben Widawskyintel: GetBuffer fix
2011-08-10 Lauri Kasanenr600g: Add support for ROUND, v2
2011-08-10 Carl Simonsoni830: Add missing vtable entry for i830 from the hiz...
2011-08-10 Eric Anholti965: Drop the reg/hw_reg distinction.
2011-08-10 Eric Anholti965/fs: Factor out the register allocator setup to...
2011-08-10 Eric Anholti965/fs: Simplify the register allocator using a map...
2011-08-10 Eric Anholti965/fs: Eliminate the magic nature of virtual GRF 0.
2011-08-10 Eric Anholti965/fs: Use the new convenience interface for setting...
2011-08-10 Eric Anholtmesa: Add a convenience interface for register allocato...
2011-08-09 Henri Verbeetglsl_to_tgsi: improve assignment hack
2011-08-09 Brian Paulr300g: silence some warnings about uninitialized variables
2011-08-09 Brian Paulsvga: add missing switch case for PIPE_SHADER_CAP_INTEGERS
2011-08-09 Brian Paulglx: move declarations before code
2011-08-09 Fabio Pedrettiswrast: silence unused var warnings
2011-08-09 Dave Airliedocs: update GL3.txt with new GL 4.2 extensions
2011-08-08 Paul Berryglsl: validate IR after linking (debug builds only)
2011-08-08 Paul Berryglsl: When linking, emit functions at the tail of the...
2011-08-08 Paul Berryglsl: Check array size is const before asserting that...
2011-08-08 Paul Berryglsl: Constant-fold built-in functions before outputting IR
2011-08-08 Paul Berryglsl: Emit function signatures at toplevel, even for...
2011-08-08 Paul BerryRevert "glsl: Skip processing the first function's...
2011-08-08 Bryan Cainst/mesa: inline st_prepare_fragment_program in st_trans...
2011-08-08 Brian Paulglext: upgrade to version 72
2011-08-08 Brian Paulglsl: silence warning about trailing comma in enum...
2011-08-08 Brian Paulgallium: silence warnings about trailing commas in...
2011-08-08 Brian Paulmesa: whitespace changes
2011-08-07 Christoph Bumillerd3d1x: adapt to resource_resolve interface change
2011-08-07 Christoph Bumillernv50,nvc0: never convert in resource copy when format...
2011-08-07 Christoph Bumillerst/mesa: don't resolve stencil twice
2011-08-06 Marek Olšákwinsys/radeon: disable use of the buffer busy-for-write...
2011-08-05 Kenneth Graunkemesa: In validate_program(), initialize errMsg for...
2011-08-05 Eric Anholtintel: Fix warnings from gl_constant_parameter changes.
2011-08-05 Bryan Cainglsl_to_tgsi: replace open-coded swizzle_for_size()
2011-08-05 Bryan Cainglsl_to_tgsi: try to avoid emitting a MOV_SAT to satura...
2011-08-05 Eric Anholtir_to_mesa: Replace open-coded swizzle_for_size()
2011-08-05 Christopher... glx/dri2: Paper over errors in DRI2Connect when indirect
2011-08-05 Eric Anholtir_to_mesa: Try to avoid emitting a MOV_SAT to saturate...
2011-08-05 Eric Anholtprog_optimize: Add support for saturates to _mesa_merge...
2011-08-05 Eric Anholti965: Add dumping for gen6 WM constants too.
2011-08-05 Eric Anholtmesa: Remove dead "MemPool" field of gl_shader_state.
2011-08-05 Eric Anholti965/fs: Don't upload unused uniform components.
2011-08-05 Eric Anholti965/fs: Don't allocate the old backend's compile struc...
2011-08-05 Marek Olšákwinsys/radeon: do the CS cleanup in the CS ioctl thread
2011-08-05 Marek Olšákwinsys/radeon: fix space checking
2011-08-05 Marek Olšákst/dri: remove an unused-but-set variable
2011-08-05 Marek Olšákst/dri: remove a dummy function dri2_create_context
2011-08-05 Marek Olšákst/mesa: remove unused-but-set variables in st_glsl_to_...
2011-08-05 Marek Olšákr300g: handle new CAPs
2011-08-05 Marek Olšákr300g: adapt to the resource_resolve interface change
2011-08-05 Marek Olšákvbo: do not call _mesa_max_buffer_index in debug builds
2011-08-05 Chia-I Wuglsl: empty declarations should be valid
2011-08-05 Vinson Leemesa: Remove MSVC stdint typedefs from compiler.h.
2011-08-04 Brian Paulmesa: pass correct constant type to _mesa_fetch_state()
2011-08-04 Brian Paulmesa: use gl_constant_value type in ARB program parser
2011-08-04 Brian Paulmesa: use gl_constant_value type in _mesa_[Get]ProgramN...
2011-08-04 Brian Paulmesa: add st_glsl_to_tgsi.cpp to Sconscript
2011-08-04 Brian Paulmesa: fix out of bounds array access in rtgc debug...
2011-08-04 Brian Paulmesa: don't use K&R style function pointer calls
2011-08-04 Bryan CainMerge branch 'glsl-to-tgsi'
2011-08-04 Bryan Cainst/mesa: replace duplicated create_color_map_texture...
2011-08-04 Bryan Cainglsl_to_tgsi: remove debugging printf
2011-08-04 Brian Paulst/mesa: silence int/float and double/float conversion...
2011-08-04 Brian Paulst/mesa: move declaration before code
2011-08-04 Brian Paulmesa: minor comment updates in enable.c
2011-08-04 Brian Paulmesa: whitespace, formatting fixes in GetTexParameter...
2011-08-04 Brian Paulmesa: add null ptr checks in GetTexParameterI[u]iv...
2011-08-04 Brian Paulmesa: condense GL_TEXTURE_RESIDENT query code
next