mesa.git
2013-12-14 Chris Forbesi965/fs: add support for gl_SampleMaskIn[]
2013-12-14 Chris Forbesglsl: add gl_SampleMaskIn[] builtin
2013-12-14 Chris Forbesmesa: add SYSTEM_VALUE_SAMPLE_MASK_IN
2013-12-14 Brian Paulmesa: document _mesa_texstore() return value
2013-12-13 Brian Paulst/mesa: only set up sampler compare mode for depth...
2013-12-13 Brian Paulst/mesa: add const qualifiers in sampler validation...
2013-12-13 Brian Paulst/mesa: add const qualifier to st_translate_color()
2013-12-13 Brian Paulst/mesa: simplify integer texture check
2013-12-13 Brian Paulmesa: update glext.h to version 20131212
2013-12-13 Brian Paulsvga: don't emit extraneous fs shadow code
2013-12-13 Brian Paulmesa: s/uint/GLuint/ to fix MSVC error
2013-12-13 Courtney Goeltzenleu... mesa: Update TexStorage to support ARB_texture_view
2013-12-13 Courtney Goeltzenleu... mesa: add texture_view helper function for TexStorage
2013-12-13 Courtney Goeltzenleu... mesa: Fill out ARB_texture_view entry points
2013-12-13 Courtney Goeltzenleu... mesa: consolidate multiple next_mipmap_level_size
2013-12-13 Courtney Goeltzenleu... mesa: Add driver entry point for ARB_texture_view
2013-12-13 Courtney Goeltzenleu... mesa: ARB_texture_view get parameters
2013-12-13 Courtney Goeltzenleu... mesa: update texture object for ARB_texture_view
2013-12-13 Courtney Goeltzenleu... mesa: Tracking for ARB_texture_view extension
2013-12-13 Courtney Goeltzenleu... mesa: Add API definitions for ARB_texture_view
2013-12-13 Anuj Phogatmesa: Fix error code generation in glBeginConditionalRe...
2013-12-13 Carl WorthMakefile: Add bin/test-driver to EXTRA_FILES
2013-12-13 Kristian Høgsbergdri_util: Don't assume __DRIcontext->driverPrivate...
2013-12-13 Carl Worthdocs: Update note regarding nominating patches for...
2013-12-13 Carl Worthdocs: Fix typo
2013-12-13 Carl Worthdocs: Import 9.2.5 release notes, add news item.
2013-12-13 Carl Worthdocs: Import 10.0.1 release notes, add news item.
2013-12-13 Dave Airlieswrast* (gallium, classic): add MESA_copy_sub_buffer...
2013-12-12 Brian Paulutil: fix compile breakage
2013-12-12 Brian Paulutil: move variable declaration out of for-loop
2013-12-12 Marek Olšákgallium/util: implement new color clear API in u_blitter
2013-12-12 Marek Olšákst/mesa: set correct PIPE_CLEAR_COLORn flags
2013-12-12 Marek Olšákgallium: allow choosing which colorbuffers to clear
2013-12-12 Marek Olšákst/mesa: fix glClear with multiple colorbuffers and...
2013-12-12 Marek Olšákmesa: fix interpretation of glClearBuffer(drawbuffer)
2013-12-12 Marek Olšákdocs/GL3: better documentation of GL 3.0
2013-12-12 Marek Olšákr600g,radeonsi: fix initialized buffer range tracking...
2013-12-12 Marek Olšákradeonsi: fix binding the dummy pixel shader
2013-12-12 Marek Olšákradeonsi: fix FS_COLOR0_WRITES_ALL_CBUFS with mixed...
2013-12-12 Marek Olšákradeonsi: use the colorbuffer count from the shader key
2013-12-12 Marek Olšákradeonsi: remove unused variable in si_pipe_shader_ps
2013-12-12 Andreas Hartmetzradeonsi: Write htile state to hardware.
2013-12-12 Andreas Hartmetzradeon: Allocate htile buffer for SI in r600_texture.
2013-12-12 Andreas Hartmetzradeon: rearrange r600_texture and related code a bit.
2013-12-12 Marek Olšákr600g,radeonsi: consolidate buffer code, add handling...
2013-12-12 Marek Olšákr600g,radeonsi: add common interface for buffer invalid...
2013-12-12 Marek Olšákr600g,radeonsi: consolidate some debug flags
2013-12-12 Marek Olšákr600g: refactor out code for buffer invalidation
2013-12-12 Marek Olšákr600g,radeonsi: share flags has_cp_dma and has_streamout
2013-12-12 Marek Olšákradeonsi: handle PIPE_TRANSFER_DISCARD_WHOLE_RESOURCE
2013-12-12 Marek Olšákradeonsi: implement accelerated buffer copying
2013-12-12 Marek Olšákr600g: use common interfaces in buffer_transfer_unmap
2013-12-12 Marek Olšákradeon: move some functions to r600_buffer_common.c
2013-12-12 Marek Olšákwinsys/radeon: set/get the scanout flag with the tiling...
2013-12-12 Tapani Pälliglsl: modify ir_clone to use memcpy
2013-12-12 Tapani Pälliglsl: move variables in to ir_variable::data, part II
2013-12-12 Tapani Pälliglsl: move variables in to ir_variable::data, part I
2013-12-12 Tapani Pälliglsl: introduce data section to ir_variable
2013-12-12 Tapani Pällimesa: fix a typo in glDetachShader error message
2013-12-12 Brian Paulsvga: expose HW smooth/stipple/wide lines
2013-12-12 Juha-Pekka... glx: Add missing null check in DRI2WireToEvent
2013-12-11 Matthew McClurellvmpipe: add plumbing for ARB_depth_clamp
2013-12-11 Vadim Girlinr600g/sb: fix stack size computation on evergreen
2013-12-10 Zack Rusinllvmpipe: add a very useful (disabled) debugging output
2013-12-10 Zack Rusindraw: fix vbuf caching of vertices with inject front...
2013-12-10 Zack Rusinllvmpipe: fix blending with half-float formats
2013-12-10 Thomas Hellstromsvga/winsys: Implement surface sharing using prime...
2013-12-10 Christopher... gallium/radeon: Implement hooks for DRI Image 7 (v2)
2013-12-10 Christopher... radeon: Rename bo_handles hashtable to match its actual...
2013-12-10 Christopher... ilo: Support DRI Image 7
2013-12-10 Maarten Lankhorstnouveau: Support DRI Image 7 extension
2013-12-10 Christopher... gallium/dri: Support DRI Image extension version 7
2013-12-10 Christopher... gallium/dri2: Set winsys_handle type to KMS for stride...
2013-12-10 Christopher... gallium/winsys/drm: Prepare for passing prime fds in...
2013-12-10 Christopher... gallium/dri: Support DRI Image extension version 6
2013-12-10 Ilia Mirkinnv50: report 15 max inputs for fragment programs
2013-12-10 Maarten Lankhorstnouveau: Fix compiler warning regression
2013-12-10 Dave Airlieswrast: fix readback regression since inversion fix
2013-12-10 Jordan Justendri megadriver_stub: add compatibility for older DRI...
2013-12-10 Kristian Høgsbergegl/wayland: Return -1 from get_back_bo to indicate...
2013-12-10 Neil Robertsegl_dri2: Remove the unused swap_interval member of...
2013-12-09 Kenneth Graunkei965: Replace OUT_RELOC_FENCED with OUT_RELOC.
2013-12-09 Paul Berryglsl/loops: Get rid of lower_bounded_loops and ir_loop...
2013-12-09 Paul Berryglsl/loops: Stop creating normatively bound loops in...
2013-12-09 Paul Berryglsl/loops: Get rid of loop_variable_state::max_iterations.
2013-12-09 Paul Berryglsl/loops: Simplify loop unrolling logic by breaking...
2013-12-09 Paul Berryglsl/loops: Move some analysis from loop_controls to...
2013-12-09 Paul Berryglsl/loops: Allocate loop_terminator using new(mem_ctx...
2013-12-09 Paul Berryglsl/loops: Remove unnecessary list walk from loop_cont...
2013-12-09 Paul Berryglsl/loops: Remove unused fields iv_scale and biv from...
2013-12-09 Paul Berryglsl/loops: replace loop controls with a normative...
2013-12-09 Paul Berryglsl/loops: consolidate bounded loop handling into...
2013-12-09 Paul Berryglsl: In loop analysis, handle unconditional second...
2013-12-09 Paul Berryglsl: Fix handling of function calls inside nested...
2013-12-09 Paul Berryglsl: Fix loop analysis of nested loops.
2013-12-09 Paul Berryglsl: Extract functions from loop_analysis::visit(ir_de...
2013-12-09 Paul Berryi965/gen7+: Implement fast color clears for MSAA buffers.
2013-12-09 Paul Berryi965/blorp: Refactor code for computing fast clear...
2013-12-09 Paul Berryi965/blorp: allow multisample blorp clears
2013-12-09 Paul Berryi965/blorp: Get rid of redundant num_samples blorp...
next