mesa.git
2011-08-16 Eric Anholti965/vs: Don't forget to set up assignment condition...
2011-08-16 Eric Anholti965/vs: Apply the gen6 math workaround for math1 instr...
2011-08-16 Eric Anholti965/vs: Add support for if(any_nequal()) and if(all_eq...
2011-08-16 Eric Anholti965/vs: Add support for dot product opcodes.
2011-08-16 Eric Anholti965/vs: Fix the types of array/struct dereferences.
2011-08-16 Eric Anholti965/vs: Drop the assertion about dst.reg_offset == 0.
2011-08-16 Eric Anholti965/vs: Use an appropriate swizzle on src regs from...
2011-08-16 Eric Anholti965/vs: Fix support for zero uniforms in use.
2011-08-16 Eric Anholti965/vs: Fix support for "IF" instructions by copying...
2011-08-16 Eric Anholti965/vs: Disable loops for now until rendering is gener...
2011-08-16 Eric Anholti965/vs: Fix ir_swizzle handling.
2011-08-16 Eric Anholti965/vs: Allocate storage for "auto" variables just...
2011-08-16 Eric Anholti965/vs: Allow scalar values in assignments, too.
2011-08-16 Eric Anholti965/vs: Don't emit an extra copy of the vertex position.
2011-08-16 Eric Anholti965/vs: Port the fix for clip plane writemasks from...
2011-08-16 Eric Anholti965/vs: Fix constant vector construction.
2011-08-16 Eric Anholti965/vs: Start adding support for uniforms
2011-08-16 Eric Anholti965: Start adding the VS visitor and codegen.
2011-08-16 Eric Anholti965: Rename math FS_OPCODE_* to SHADER_OPCODE_*.
2011-08-16 Eric Anholti965: Create a shared enum for hardware and compiler...
2011-08-16 Eric Anholti965: Generate driver-specific IR for non-fragment...
2011-08-16 Brian Paulmesa: ChooseTextureFormat() returns gl_format, not...
2011-08-16 Paul Berryglsl: Fix type error when lowering integer divisions
2011-08-16 Marek Olšáksoftpipe: fix an obvious copy-paste error in get_query_...
2011-08-16 Marek Olšákst/dri: remove an unused-but-set variable
2011-08-16 Marek Olšákr600g: rename bc -> bytecode
2011-08-16 Benjamin Franzkeegl: Add include paths for platform autodetection
2011-08-16 Cooper Yuandri2: check if context is valid before flushing the...
2011-08-16 Marek Olšákr600g: expose ARB_ES2_compatibility by claiming fixed...
2011-08-16 Marek Olšáknoop: redirect the get_param/is_format.. queries to...
2011-08-16 Marek Olšáku_blitter: restore some states conditionally
2011-08-16 Marek Olšáku_blitter: rename util_blitter_copy_region -> util_blit...
2011-08-16 Marek Olšákr600g: consolidate two files r600d.h
2011-08-16 Marek Olšákr600g: set read/write usage flags for each relocation
2011-08-16 Marek Olšákwinsys/radeon: take advantage of the new ioctl
2011-08-16 Marek Olšákwinsys/radeon: hook up the new DRM_RADEON_GEM_WAIT...
2011-08-16 Marek Olšákwinsys/radeon: remove broken bo-is-busy-for-write guessing
2011-08-16 Marek Olšákr600g: enable thread offloading
2011-08-16 Marek Olšákr600g: undefine RADEON_CTX_MAX_PM4
2011-08-16 Marek Olšákr600g: don't include radeon_drm.h and xf86drm.h
2011-08-16 Marek Olšákwinsys/radeon: remove the device file descriptor from...
2011-08-16 Marek Olšákr600g: remove an unused parameter from r600_bo_destroy
2011-08-16 Marek Olšákr600g: merge radeon_bo with r600_bo
2011-08-16 Marek Olšákr600g: remove radeon_bo::handle
2011-08-16 Marek Olšákr600g: use buffer_map/unmap from radeon_winsys
2011-08-16 Marek Olšákr600g: set the flush callback in radeon_winsys
2011-08-16 Marek Olšákr600g: get tiling flags using radeon_winsys
2011-08-16 Marek Olšákr600g: get winsys_handle using radeon_winsys
2011-08-16 Marek Olšákr600g: move more DRM queries into winsys/radeon
2011-08-16 Marek Olšákwinsys/radeon: consolidate the add_reloc function
2011-08-16 Marek Olšákr600g: emit CS using radeon_winsys
2011-08-16 Marek Olšákr600g: remove struct r600_reloc
2011-08-16 Marek Olšákr600g: don't use RADEON_GEM_DOMAIN_CPU
2011-08-16 Marek Olšákr600g: remove reloc-related variables from radeon_bo
2011-08-16 Marek Olšákr600g: let radeon_winsys maintain the list of relocations
2011-08-16 Marek Olšákr600g: remove now-unused r600_context::fenced_bo
2011-08-16 Marek Olšákr600g: remove the fences which were used for the cache...
2011-08-16 Marek Olšákr600g: remove now-unused r600_bo::size
2011-08-16 Marek Olšákr600g: remove the cache buffer manager from winsys...
2011-08-16 Marek Olšákr600g: allocate/destroy buffers using radeon_winsys
2011-08-16 Marek Olšákr600g: remove unused function declarations
2011-08-16 Marek Olšákr600g: remove unused r600_bo::tiling_flags
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...
next