mesa.git
2016-02-13 Samuel Pitoisetst/mesa: add compute program dispatch callbacks
2016-02-13 Samuel Pitoisetst/mesa: add state validation for compute shaders
2016-02-13 Samuel Pitoisetst/mesa: add mappings for compute shader sysvals
2016-02-13 Samuel Pitoisetst/mesa: keep track of shared memory declarations
2016-02-13 Samuel Pitoisetst/mesa: add intrinsics for shared variables
2016-02-13 Samuel Pitoisetst/mesa: add conversion for compute shaders
2016-02-13 Samuel Pitoisetst/mesa: add compute shader states
2016-02-13 Samuel Pitoisetst/mesa: add a second pipeline for compute
2016-02-13 Samuel Pitoisettgsi/ureg: add shared variables support for compute...
2016-02-13 Samuel Pitoisetgallium: add PIPE_SHADER_CAP_SUPPORTED_IRS
2016-02-13 Samuel Pitoisetgallium: add indirect compute parameters to pipe_grid_info
2016-02-13 Samuel Pitoisetgallium: add a new interface for pipe_context::launch_g...
2016-02-13 Samuel Pitoisetgallium/cso: add support for compute shaders
2016-02-13 Samuel Pitoisetmesa: add PROGRAM_MEMORY
2016-02-13 Samuel Pitoisetmesa: store shared size in gl_compute_program
2016-02-13 Samuel Pitoisetmesa: do not use a constant for MAX_COMPUTE_SHARED_SIZE
2016-02-13 Ilia Mirkinmesa: make compute maximums reflect driver-provided...
2016-02-13 Topi Pohjolaineni965: Add means for limiting color resolves
2016-02-13 Topi Pohjolaineni965: Refactor resolving of auxiliary mode
2016-02-13 Topi Pohjolaineni965: Don't try to create aux buffer for non-msrt aux...
2016-02-13 Ben Widawskyi965: Rename optimizer debug 00 filename
2016-02-13 Kenneth Graunkei965: Make brw_clear_cache NULL out stale program pointers.
2016-02-12 Ilia Mirkinmesa: avoid segfault in GetProgramPipelineInfoLog when...
2016-02-12 Ilia Mirkinmesa: reset offset/size to 0 when removing atomic binding
2016-02-12 Ilia Mirkinmesa: recognize enums GL_COLOR_ATTACHMENT8-31 as valid
2016-02-12 Ilia Mirkinmesa/clear: update ClearBufferfv error handling for...
2016-02-12 Ilia Mirkinmesa/clear: update ClearBufferuiv error handling for...
2016-02-12 Ilia Mirkinmesa/clear: simplify ClearBufferiv error handling
2016-02-12 Ilia Mirkinmesa/clear: remove dead code handling ClearBufferiv...
2016-02-12 Ilia Mirkinmesa: allow DEPTH_STENCIL_TEXTURE_MODE queries in GLES...
2016-02-12 Kenneth Graunkei915: include teximage.h
2016-02-12 Brian Pauli965: include teximage.h
2016-02-12 Axel Davyst/nine: Implement Managed vertex/index buffers
2016-02-12 Axel Davyst/nine: Align stack for entry points
2016-02-12 Axel Davyst/nine: Drop path for ureg_NRM and ureg_CLAMP
2016-02-12 Axel Davyst/nine: Remove usage of SQRT in ff code
2016-02-12 Axel Davyst/nine: Fix stateblocks crashes with lights
2016-02-12 Axel Davyst/nine: SCRATCH does support all formats
2016-02-12 Axel Davyst/nine: Add format checks to create_zs_or_rt_surface
2016-02-12 Axel Davyst/nine: Support ATI1/ATI2 for CubeTexture
2016-02-12 Axel Davyst/nine: Clean pSharedHandle Texture ctors checks
2016-02-12 Axel Davyst/nine: Move texture creation checks
2016-02-12 Axel Davyst/nine: Clean useless code in texture9.c
2016-02-12 Axel Davyst/nine: Do not set SHARED flag for shared textures.
2016-02-12 Axel Davyst/nine: Do not set resource usage for SYSTEMMEM
2016-02-12 Brian Paulmesa: move _mesa_num_tex_faces() to teximage.h
2016-02-12 Brian Paulmesa: simplify some code with new _mesa_cube_face_targe...
2016-02-12 Brian Paulmesa: add _mesa_cube_face_target() helper
2016-02-12 Brian Paulmesa: make _mesa_tex_target_to_face() an inline function
2016-02-12 Brian Paulmesa: remove _ARB suffix from cube map enums
2016-02-12 Brian Pauldocs: Visual Studio 2013 or later is now required
2016-02-12 Timothy Arceriglsl: replace _strtoui64() with strtoull() for MSVC
2016-02-12 Jose Fonsecamesa: Use _aligned_malloc/free for MinGW too.
2016-02-12 Jose Fonsecamesa: Remove support for MSVC2008.
2016-02-12 Jose Fonsecautil/u_atomic: Remove MSVC 2008 support.
2016-02-12 Topi Pohjolaineni965: Stop considering if msrt aux buffers need aux...
2016-02-12 Topi Pohjolaineni965: Separate miptree creation from auxiliary buffer...
2016-02-12 Topi Pohjolaineni965: Isolate aligned dimensions for stencil only
2016-02-12 Topi Pohjolaineni965: Restore vbo after color resolve during brw_try_dr...
2016-02-12 Topi Pohjolaineni965: Validate textures before altering driver state
2016-02-12 Kenneth Graunkei965: Make brw_clear_cache flag all the bits on both...
2016-02-12 Samuel Iglesias... glsl: Allow invariant qualifer in block members in...
2016-02-12 Kenneth Graunkei965: Consider tessellation in get_pipeline_state_l3_we...
2016-02-12 Kenneth Graunkei965: Split brw_upload_texture_surfaces into compute...
2016-02-11 Marek Olšákradeonsi: fix build with LLVM 3.6
2016-02-11 Jason Ekstrandi965/gs: Pass VerticesIn though prog_data
2016-02-11 Jason Ekstrandi965/fs: Pass usage of depth, W, and sample mask throug...
2016-02-11 Jason Ekstrandi965/fs: Refactor setup_payload_gen6 to assume FS
2016-02-11 Samuel Pitoisetnv50,nvc0: remove unused parameter in nvXX_state_validate()
2016-02-11 Timothy Arceriglsl: don't validate interface blocks twice
2016-02-11 Timothy Arceriglsl: remove duplicate embedded struct validation
2016-02-11 Jose Fonsecainclude,gallium: Remove pre-MSVC 2013 compatibility.
2016-02-11 Jose Fonsecascons: Eliminate MSVC2008 compatibility.
2016-02-11 Jose Fonsecaconfigure: Eliminate MSVC2008 compatibility.
2016-02-11 Chris Forbesi965: ir: dump floats as %-g rather than %f, so we...
2016-02-11 Jordan Justeni965/gen7: Require kernel cmd_parser 5 for ARB_compute_...
2016-02-11 Marek Olšákst/mesa: release GLSL IR in LinkShader after it's not...
2016-02-11 Marek Olšákmesa: call build_program_resource_list inside Driver...
2016-02-11 Marek Olšákst/mesa: use correct pipe functions to create tess...
2016-02-11 Marek Olšákgallium/radeon: drop support for LLVM 3.5
2016-02-11 Marek Olšákradeonsi: obtain commonly used LLVM types only once
2016-02-11 Marek Olšákradeonsi: cleanup shader codegen
2016-02-11 Marek Olšákradeonsi: fix a crash when binding a sampler buffer
2016-02-11 Emil Velikovdocs: add news item and link release notes for 11.1.2
2016-02-11 Emil Velikovdocs: add sha256 checksums for 11.1.2
2016-02-11 Emil Velikovdocs: add release notes for 11.1.2
2016-02-11 Jason Ekstrandnir: Remove the const_offset from nir_tex_instr
2016-02-11 Jason Ekstrandnir/lower_vec_to_movs: Better report channels handled...
2016-02-10 Marek Olšákradeonsi: don't emit unnecessary NULL exports for unbou...
2016-02-10 Ben Widawskyi965: Make sure we blit a full compressed block
2016-02-10 Marek Olšákradeon/uvd: silence a warning
2016-02-10 Marek Olšákr300g: silence warnings
2016-02-10 Ian Romanickmeta/decompress: Don't pollute the renderbuffer namespace
2016-02-10 Ian Romanickmeta: Use internal functions for renderbuffer access
2016-02-10 Ian Romanickmeta/decompress: Track renderbuffer using gl_renderbuff...
2016-02-10 Ian Romanicki965/meta: Don't pollute the renderbuffer namespace
2016-02-10 Ian Romanicki965/meta: Use internal functions for renderbuffer...
2016-02-10 Ian Romanicki965/meta: Return struct gl_renderbuffer* from brw_get_...
2016-02-10 Ian Romanickmeta: Don't save or restore the renderbuffer binding
2016-02-10 Ian Romanickmeta: Use _mesa_CreateRenderbuffers instead of _mesa_Ge...
next