draw: fix missing include for u_format.
[mesa.git] / src / gallium / drivers /
2012-01-06 Alex Deucherr600g: remove obsolete MULTIWRITE comment
2012-01-05 Marek Olšákr300/compiler: fix buffer underflow when setting SEM_WA...
2012-01-05 Marek Olšáku_vbuf: implement another upload codepath which unrolls...
2012-01-05 Marek Olšáktrace: dump primitive restart info
2012-01-05 Marek Olšákgallium: add flag PIPE_TRANSFER_MAP_PERMANENTLY
2012-01-05 Marek Olšákgallium: remove deprecated PIPE_TRANSFER_DISCARD
2012-01-05 Marek Olšáku_upload_mgr: remove the 'flushed' parameter
2012-01-05 Marek Olšákgallium: fix behavior of pipe_buffer_map_range
2012-01-05 Jakob Bornecrantzsvga: Fix texture cube param cap
2012-01-03 Morgan Armandsoftpipe: remove the 32bits limitation on depth(-stenci...
2012-01-02 Dave Airlier600g: add missing colorswaps for r8 uint/sint.
2012-01-01 Marek Olšákr300g: inline r300_resource_set_properties
2012-01-01 Marek Olšákr300g: rework resource_copy_region, not changing pipe_r...
2011-12-31 Dave Airliellvmpipe: fix blending for intensity formats
2011-12-30 Michel Dänzerr600g: Manage fences per screen rather than per context.
2011-12-30 Stéphane Marchesini915g: Allocate tmp for KILP
2011-12-29 Stéphane Marchesinllvmpipe: Remove useless draw_install_pstipple_stage...
2011-12-28 Stéphane Marchesini915g: Add missing draw_flush call.
2011-12-28 Stéphane Marchesini915g: Only apply the optimization to output vars.
2011-12-25 Marek Olšákr600g: fix a warning that a variable may be uninitialized
2011-12-25 Marek Olšákgallium: remove PIPE_CAP_MAX_STREAM_OUTPUT_SEPARATE_ATTRIBS
2011-12-24 Marek Olšákr300g: mapping buffers for read should be unsynchronized
2011-12-24 Marek Olšákwinsys/radeon: move managing GEM domains back to drivers
2011-12-23 Maarten Lankhorstnouveau: Fix bugs in nouveau_video_buffer
2011-12-22 Dave Airliesoftpipe: try and use back color for a slot if color...
2011-12-20 Stéphane Marchesini915g: Add unsupported caps.
2011-12-20 Stéphane Marchesini915g: Turn an assert into a debug message, print more...
2011-12-20 Stéphane Marchesini915g: Make the pipe_sampler_state struct non const...
2011-12-20 Stéphane Marchesini915g: Implement KILP.
2011-12-20 Stéphane Marchesini915g: Add two unsupported caps.
2011-12-20 Stéphane Marchesini915g: Put the templates at the beggining of the struct...
2011-12-19 Dave Airliesoftpipe: fix shadow 2d texture array sampling
2011-12-19 Dave Airliesoftpipe: fix depth sampling for linear vs nearest.
2011-12-18 Christoph Bumillernvc0: add NVC0_RESOURCE_FLAG_VIDEO
2011-12-17 Marek Olšákr600g: fix MAX_STREAM_OUTPUT_SEPARATE_ATTRIBS limit
2011-12-17 Marek Olšákr600g: handle new caps
2011-12-17 Marek Olšákr300g: handle new caps
2011-12-17 Marek Olšákr600g: implement transform feedback
2011-12-15 Christoph Bumillerllvmpipe: adapt to struct stream_output_info modifications
2011-12-15 Christoph Bumillernvc0: implement new stream output interface
2011-12-15 Christoph Bumillertrace: implement stream output interface
2011-12-15 Marek Olšáknoop: implement stream output
2011-12-15 Marek Olšákgallium: interface changes necessary to implement trans...
2011-12-15 Marek Olšákgallium: disable stream output in drivers that support it
2011-12-13 Marek Olšákr300g: take advantage of KEEP_TILING_FLAGS flush flag
2011-12-13 Marcin Slusarznouveau: get rid of winsys object
2011-12-13 Stéphane Marchesini915g: Roll back to the previous shader limits.
2011-12-13 Stéphane Marchesini915g: Update TODO.
2011-12-13 Marek Olšákmesa: add const flags to skip MaxVarying and MaxUniform...
2011-12-12 Marek Olšákr300g: integer and fixed-point 16.16 textures are not...
2011-12-11 Michael Karcheri915g: fix debug dump on 64 bit systems
2011-12-11 Fatih Aşıcıi915g: Fix wrong indices for LINE_LOOP case
2011-12-08 José Fonsecallvmpipe: Trim the fragment shader cached based on...
2011-12-08 José Fonsecallvmpipe,draw,gallivm: Ensure we don't walk beyond...
2011-12-06 Patrice Mandinnouveau/nvfx: Add more unsupported PIPE_CAP values
2011-12-06 Vadim Girlinr600g: check shaders presence in r600_draw_vbo
2011-12-05 Jerome Glisser600g: fix error path and use util_slab_free
2011-12-02 Marcin Slusarznv50/nvc0: fix crash when channel allocation fails
2011-12-02 Stéphane Marchesini915g: Implement GL_STREAM_* for textures by using...
2011-12-02 Stéphane Marchesini915g: Add unsupported PIPE_SHADER_CAP_OUTPUT_READ...
2011-11-30 Kai Wasserbächgallium/failover: Remove the deprecated module.
2011-11-29 Kai Wasserbächgallium/cell: Remove the driver.
2011-11-29 José Fonsecagallium/auxiliary: Remove os_stream.
2011-11-29 Kai Wasserbächi965g: Delete this driver.
2011-11-27 Dave Airlier600g: add framebuffer support for 2/10/10/10 integer
2011-11-27 Dave Airlier600g: add int support for 2/10/10/10 format.
2011-11-26 Chia-I Wuandroid: pass -std=c99 by default
2011-11-23 Brian Paulsoftpipe: s/int/unsigned/ to be consistent in alpha...
2011-11-23 Brian Paulsoftpipe: remove pointless break stmt
2011-11-23 Vasily Khoruzhicki915g: don't set alpha to 1 for RGBX and BGRX
2011-11-22 Marek Olšákr600g: handle all remaining CAPs
2011-11-22 Marek Olšákr600g: remove default case statements in get_param
2011-11-22 Marek Olšákr300g: re-order shaders CAPs
2011-11-22 Marek Olšákr300g: handle SHADER_CAP_OUTPUT_READ
2011-11-22 Marek Olšákr300g: remove default case statements in get_param
2011-11-22 Marek Olšáku_vbuf_mgr: rename to u_vbuf
2011-11-22 Marek Olšákgallium: separate out floating-point CAPs into its...
2011-11-22 Marek Olšákgallium: remove PIPE_CAP_GLSL and enable GLSL unconditi...
2011-11-22 Chad VersaceMerge branch 'hiz' of ssh://people.freedesktop.org...
2011-11-22 Vasily Khoruzhicki915g: implement RGBX and BGRX render targets
2011-11-21 Vadim Girlinr600g: handle PIPE_SHADER_CAP_OUTPUT_READ
2011-11-20 Marek Olšákr300g: set max_index to 0xffffff if there are no per...
2011-11-20 Marek Olšáku_vbuf_mgr: correctly compute max vertex count from...
2011-11-20 Marek Olšákr600g: use u_vbuf_mgr to set/get the index buffer
2011-11-20 Marek Olšákr300g: use u_vbuf_mgr to set/get the index buffer
2011-11-20 Marek Olšákr600g: set MIN/MAX_VTX_INDX to 0 and ~0, respectively
2011-11-20 Marek Olšákr300g: always set VF_MIN_VTX_INDX to 0
2011-11-18 Ben Skeggsnvc0: add support for GF119 (NVD9)
2011-11-17 Vadim Girlinr600g: don't change the order of writes in merge_inst_group
2011-11-17 Ben Skeggsnvc0: add support for GF119 (NVD9)
2011-11-14 Marek Olšákr600g: fix the representation of control-flow instructions
2011-11-14 Vadim Girlinr600g: mask write for fake VS export components
2011-11-14 Vadim Girlinr600g: fix op3 & write in merge_inst_groups
2011-11-14 Alex Deucherr600g: set max max tex/vtx instructions count to 16...
2011-11-14 Vadim Girlinr600g: set max tex/vtx instructions count to 16 for...
2011-11-14 José Fonsecallvmpipe: Silent warnings about undeclared llvmpipe_che...
2011-11-14 José Fonsecallvmpipe: Remove unused variables.
2011-11-14 José Fonsecallvmpipe: Make more resilient to out-of-memory situations.
2011-11-14 Dave Airliellvmpipe: fix unswizzle of packed float types.
2011-11-13 Alex Deucherr600g: properly handle cayman in is_alu_vec_unit_inst()
next