mesa.git
2016-02-25 Ian Romanickglsl: Detect do-while-false loops and unroll them
2016-02-24 Nanley Cheryi965: Enable tiled mem_copy with sRGB-formatted resources
2016-02-24 Brian Paulmesa: replace for loop with bitshifting in supported_bu...
2016-02-24 Brian Paulmesa: updates some comments in buffers.c
2016-02-24 Brian Paulmesa: make _mesa_draw_buffers() static
2016-02-24 Brian Paulmesa: make _mesa_draw_buffer() static
2016-02-24 Brian Paulmesa: make _mesa_read_buffer() static
2016-02-24 Brian Paulmesa: move declaration of buffer var in handle_first_cu...
2016-02-24 Brian Paulmesa: use gl_buffer_index in a few places
2016-02-24 Brian Paulst/mesa: remove useless break statement
2016-02-24 Brian Paulst/mesa: rename st_readpixels to st_ReadPixels
2016-02-24 Brian Paulst/mesa: fix frontbuffer glReadPixels regressions
2016-02-23 Oded Gabbaygallium/radeon: Correctly translate colorswaps for...
2016-02-23 Thomas Hindoe... mesa: use sizeof on the correct type
2016-02-23 Marek Olšáktgsi/scan: handle holes between VS inputs, assert-fail...
2016-02-23 Francisco Jerezdocs: Mark off GL_OES_shader_image_atomic as done.
2016-02-23 Francisco Jerezi965/fs: Return result of image atomic in a register...
2016-02-23 Francisco Jerezglsl: Implement the required built-in functions when...
2016-02-23 Francisco Jerezglsl: Add usual extension boilerplate for OES_shader_im...
2016-02-23 Francisco Jerezmesa: Add extension table entry for OES_shader_image_at...
2016-02-22 Samuel Pitoisetnvc0: rename 3d binding points to NVC0_BIND_3D_XXX
2016-02-22 Samuel Pitoisetnvc0: rename 3d dirty flags to NVC0_NEW_3D_XXX
2016-02-22 Samuel Pitoisetnvc0: prefix compute macros with _CP_ instead of _COMPUTE_
2016-02-22 Samuel Pitoisetnvc0: rename NVXX_COMPUTE to NVXX_CP
2016-02-22 Samuel Pitoisetnvc0: rename nvc0_context::dirty to nvc0_context::dirty_3d
2016-02-22 Samuel Pitoisetnvc0/ir: add missing emission of locked load predicate
2016-02-22 Samuel Pitoisetnvc0/ir: add ld lock/st unlock emission on GK104
2016-02-22 Samuel Pitoisetnv50/ir: restore OP_SELP to be a regular instruction
2016-02-22 Brian Paulsvga: unbind index buffer when drawing non-indexed...
2016-02-22 Ilia Mirkinmesa: add GL_EXT_texture_border_clamp support
2016-02-22 Ilia Mirkinmesa: add GL_OES_texture_border_clamp support
2016-02-22 Ilia Mirkinmesa: bump version
2016-02-22 Emil Velikovnouveau: update the Makefile.sources list
2016-02-21 Marek Olšákradeonsi: implement binary shaders & shader cache in...
2016-02-21 Marek Olšákgallium/radeon: remove unused radeon_shader_binary_free...
2016-02-21 Marek Olšákradeonsi: make radeon_shader_reloc name string fixed...
2016-02-21 Marek Olšákradeonsi: move some struct si_shader members to new...
2016-02-21 Marek Olšákradeonsi: use smaller types for some si_shader members
2016-02-21 Marek Olšákradeonsi: enable compiling one variant per shader
2016-02-21 Marek Olšákradeonsi: print full shader name before disassembly
2016-02-21 Marek Olšákradeonsi: compile non-GS middle parts of shaders immedi...
2016-02-21 Marek Olšákradeonsi: rework polygon stippling for PS prolog
2016-02-21 Marek Olšákradeonsi: add PS prolog
2016-02-21 Marek Olšákradeonsi: add PS epilog
2016-02-21 Marek Olšákradeonsi: add TCS epilog
2016-02-21 Marek Olšákradeonsi: add VS epilog
2016-02-21 Marek Olšákradeonsi: add VS prolog
2016-02-21 Marek Olšákradeonsi: first bits for non-monolithic shaders
2016-02-21 Marek Olšákradeonsi: add code for dumping all shader parts togethe...
2016-02-21 Marek Olšákradeonsi: add code for combining and uploading shaders...
2016-02-21 Marek Olšákradeonsi: fail compilation if non-GS non-CS shaders...
2016-02-21 Marek Olšákradeonsi: separate 2 pieces of code from create_function
2016-02-21 Marek Olšákradeonsi: add samplemask parameter to si_export_mrt_color
2016-02-21 Marek Olšákradeonsi: add start_instance parameter to get_instance_...
2016-02-21 Marek Olšákradeonsi: separate out shader key bits for prologs...
2016-02-21 Marek Olšákradeonsi: compute how many input VGPRs fragment shaders...
2016-02-21 Marek Olšákradeonsi: compute how many input SGPRs and VGPRs shader...
2016-02-21 Marek Olšákgallium/radeon: add basic code for setting shader retur...
2016-02-21 Samuel Pitoisetnvc0: enable compute shaders on Fermi
2016-02-21 Samuel Pitoisetnv50/ir: add atomics support on shared memory for Fermi
2016-02-21 Samuel Pitoisetnv50/ir: make OP_SELP a compare instruction
2016-02-21 Samuel Pitoisetnv50/ir: add lock/unlock subops for load/store
2016-02-21 Samuel Pitoisetnv50/ir: use s[] addr space for shared buffers
2016-02-21 Samuel Pitoisetnvc0: reduce likelihood of collision for real buffers...
2016-02-21 Samuel Pitoisetnvc0: invalidate compute state when switching pipe...
2016-02-21 Samuel Pitoisetnvc0: add support for indirect compute on Fermi
2016-02-21 Samuel Pitoisetnvc0: bind textures/samplers for compute on Fermi
2016-02-21 Samuel Pitoisetnvc0: bind shader buffers for compute on Fermi
2016-02-21 Samuel Pitoisetnvc0: bind driver constbuf for compute on Fermi
2016-02-21 Samuel Pitoisetnvc0: add a new validation state for 3D driver constbuf
2016-02-21 Samuel Pitoisetnvc0: bind constant buffers for compute on Fermi
2016-02-21 Samuel Pitoisetnvc0: allocate an area for compute user constbufs
2016-02-20 Samuel Pitoisetnv50: do not advertise about compute shaders
2016-02-20 Rhys Kidddocs: Correct typo in LLVMpipe envvar description
2016-02-19 Ilia Mirkinst/mesa: force depth mode to GL_RED for sized depth...
2016-02-19 Daniel Czarnowskiegl_dri2: set correct error code if swapbuffers fails
2016-02-19 Dongwon Kimegl: move Null check to eglGetSyncAttribKHR to prevent...
2016-02-19 Ilia Mirkinmeta/copy_image: use precomputed dst_internal_format...
2016-02-19 Ilia Mirkinmesa: add GL_OES_texture_stencil8 support
2016-02-19 Ilia Mirkinst/mesa: fix pbo uploads
2016-02-19 Ilia Mirkinmesa: check fbo completeness based on internal format...
2016-02-19 Brian Paulmesa: small optimization of _mesa_expand_bitmap()
2016-02-19 Brian Paulmesa: add special case ubyte[4] / BGRA conversion function
2016-02-19 Brian Paulst/mesa: implement a simple cache for glDrawPixels
2016-02-19 Brian Paulllvmpipe: add a few const qualifiers
2016-02-19 Brian Paultrace: assorted whitespace and formatting fixes
2016-02-19 Brian Paultrace: remove unneeded inline qualifiers
2016-02-19 Iago Toral... glsl: fix emit_inline_matrix_constructor for doubles
2016-02-19 Iago Toral... glsl: Mark float constants as such
2016-02-19 Iago Toral... glsl: fix indentation in emit_inline_matrix_constructor
2016-02-19 Rob Clarkglsl: fix standalone compiler
2016-02-19 Nicolai Hähnlest/mesa: disable depth/stencil/alpha tests in PBO upload
2016-02-18 Brian Paulsvga: allow non-contiguous VS input declarations
2016-02-18 Oded Gabbaygallivm: Check whether to stop disassemble only for x86
2016-02-18 Oded Gabbaygallivm: use sstream for dissasembling
2016-02-18 Rob Clarktrace: fix new gcc6 warnings
2016-02-18 Rob Clarkgallium/auxiliary: fix new gcc6 warnings
2016-02-18 Rob Clarkgallium/hud: fix new gcc6 warnings
2016-02-18 Rob Clarkmesa: fix new gcc6 warnings
2016-02-18 Rob Clarkglsl: fix new gcc6 warnings
next