mesa.git
2015-12-06 Dave Airlier600/shader: add function to get tess constants info
2015-12-06 Dave Airlier600/shader: add utility functions to do single slot...
2015-12-06 Dave Airlier600/eg: workaround bug with tess shader and dynamic...
2015-12-06 Dave Airlier600/shader: move get_temp and last_instruction helpers up
2015-12-06 Dave Airlier600: bind geometry shader ring to the correct place
2015-12-06 Dave Airlier600: create fixed function tess control shader fallback.
2015-12-06 Dave Airlier600: create LDS info constants buffer and write LDS...
2015-12-06 Dave Airlier600/eg: update shader stage emission/tf param for...
2015-12-06 Dave Airlier600: hook TES/TCS shaders to the selection logic.
2015-12-06 Dave Airlier600: workout bitmask for the used tcs inputs/outputs.
2015-12-06 Dave Airlier600: port over the get_lds_unique_index from radeonsi
2015-12-06 Dave Airlier600: add set_tess_state callback.
2015-12-06 Dave Airlier600/eg: init tess registers to defaults (v1.1)
2015-12-06 Dave Airlier600: hook up constants/samplers/sampler view for tesse...
2015-12-06 Dave Airlier600: add create/bind/delete shader hooks for tessellation
2015-12-06 Dave Airlier600/sb: add LS/HS hw shader types.
2015-12-06 Dave Airlier600/blit: add tcs/tes shader saves.
2015-12-06 Dave Airlier600: disable SB for now on tess related shaders.
2015-12-06 Dave Airlier600: update correct hw shaders depending on configuration.
2015-12-06 Dave Airlier600: add shader key entries for tcs and tes.
2015-12-06 Dave Airlier600: add PATCHES to the pipe conversion.
2015-12-06 Dave Airlier600: add functions to update ls/hs state.
2015-12-06 Glenn Kennardr600g/sb: Support LDS ops in SB bytecode I/O
2015-12-06 Dave Airlier600: add support for LDS instruction encoding.
2015-12-06 Dave Airlier600/sb: add support for GDS to the sb decoder/dump...
2015-12-06 Dave Airlier600: add support for GDS clause to the assembler.
2015-12-06 Dave Airlier600: use macros for updating the various stages.
2015-12-06 Dave Airlier600: add SET_NULL_SHADER macro.
2015-12-06 Dave Airlier600: move clip misc and streamout stream updates to...
2015-12-06 Dave Airlier600: move selecting shaders into earlier code.
2015-12-06 Dave Airlier600: use a macro to remove common shader selection...
2015-12-06 Dave Airlier600: move to using hw stages array for hw stage atoms
2015-12-06 Dave Airlier600: make adjust_gprs use hw stages.
2015-12-06 Dave Airlier600: introduce HW shader stage defines
2015-12-06 Dave Airlier600: fix masks for two of the unused evergreen regs.
2015-12-06 Edward O'Callaghangallium: Remove redundant NULL ptr checks
2015-12-06 Edward O'Callaghangallium/drivers: Sanitize NULL checks into canonical...
2015-12-06 Edward O'Callaghangallium/auxiliary: Sanitize NULL checks into canonical...
2015-12-06 Edward O'Callaghangallium/auxiliary: Trivial code style cleanup
2015-12-06 Edward O'Callaghangallium/drivers: Trivial code-style cleanup
2015-12-06 Edward O'Callaghangallium/auxiliary: Fix zero integer literal to pointer...
2015-12-06 Edward O'Callaghanwinsys/amdgpu: Make use of ARRAY_SIZE macro
2015-12-06 Edward O'Callaghansvga: Make use of ARRAY_SIZE macro
2015-12-06 Edward O'Callaghanllvmpipe: Make use of ARRAY_SIZE macro
2015-12-06 Edward O'Callaghangallium/drivers/nouveau: Make use of ARRAY_SIZE macro
2015-12-06 Edward O'Callaghangallium/radeon*: Remove useless casts
2015-12-05 Ilia Mirkinnv50/ir: fold shl + mul with immediates
2015-12-05 Ilia Mirkinnv50/ir: propagate indirect loads into instructions
2015-12-05 Ilia Mirkinnv50/ir: flip shl(add, imm) into add(shl, imm)
2015-12-05 Eric Anholtvc4: Fix accidental scissoring when scissor is disabled.
2015-12-05 Eric Anholtvc4: Disable RCL blitting when scissors are enabled.
2015-12-05 Eric Anholtvc4: Bring over cleanups from submitting to the kernel.
2015-12-05 Samuel Pitoisetnvc0: expose a group of performance metrics for SM30...
2015-12-05 Samuel Pitoisetnvc0: re-introduce performance metrics for SM30 (Kepler)
2015-12-05 Samuel Pitoisetnvc0: remove useless counting operations for MP counters
2015-12-05 Samuel Pitoisetnvc0: remove old performance metrics support on Kepler
2015-12-05 Samuel Pitoisetnvc0: remove wrong inst_issued HW SM perf counter on...
2015-12-05 Samuel Pitoisetnvc0: add missing HW SM perf counters for SM30 (Kepler)
2015-12-05 Samuel Pitoisetnvc0: fix the comment that describe MP counters storage...
2015-12-05 Rob Clarkfreedreno/ir3: nir shader prints with 'disasm' debug...
2015-12-04 Ilia Mirkingallium/util: fix pipe_debug_message macro to allow...
2015-12-04 Eric Anholtvc4: Add debug dumping of MSAA surfaces.
2015-12-04 Eric Anholtvc4: Add support for laying out MSAA resources.
2015-12-04 Eric Anholtvc4: Add support for storing sample mask.
2015-12-04 Eric Anholtvc4: Fix up tile alignment checks for blitting using...
2015-12-04 Eric Anholtvc4: Add support for loading sample mask.
2015-12-04 Rob Clarkfreedreno/ir3: convert scheduler back to recursive...
2015-12-04 Rob Clarkfreedreno/ir3: don't reuse a0.x across blocks
2015-12-04 Rob Clarkfreedreno/ir3: rename ir3_block::bd
2015-12-04 Giuseppe Bilottautil: fix comment typo
2015-12-04 Giuseppe Bilottaxvmc: force assertion in XvMC tests
2015-12-04 Giuseppe Bilottaradeon: const correctness
2015-12-04 Giuseppe Bilottaradeon: whitespace cleanup
2015-12-04 Emil Velikovmesa/tests: add KHR_debug GLES glGetPointervKHR entry...
2015-12-04 Jason Ekstrandi965/vec4: Stop pretending to support indirect output...
2015-12-04 Jason Ekstrandi965/vec4: Get rid of the nir_inputs array
2015-12-04 Jason Ekstrandnir/lower_io: Pass the builder and type_size into get_i...
2015-12-04 Ilia Mirkinnv50/ir: replace zeros in movs as well
2015-12-04 Ilia Mirkinnv50/ir: fold fma/mad when all 3 args are immediates
2015-12-04 Ilia Mirkinnv50/ir: avoid looking at uninitialized srcMods entries
2015-12-04 Ilia Mirkinnv50/ir: fix DCE to not generate 96-bit loads
2015-12-04 Roland Scheideggerdraw: fix clipping of layer/vp index outputs
2015-12-04 Roland Scheideggersoftpipe: use provoking vertex for layer
2015-12-04 Roland Scheideggerllvmpipe: use provoking vertex for layer/viewport
2015-12-04 Eric Anholtvc4: Add the RCL to CL debug dumping when in simulator...
2015-12-03 Marek Olšákradeonsi: fix Fiji for LLVM <= 3.7
2015-12-03 Marek Olšákradeonsi: fix occlusion queries on Fiji
2015-12-03 Marek Olšákradeonsi: dump init_config IBs
2015-12-03 Marek Olšákradeonsi: print framebuffer info into ddebug logs
2015-12-03 Marek Olšákgallium/radeon: print more info about HTILE
2015-12-03 Marek Olšákgallium/radeon: print more info about CMASK
2015-12-03 Marek Olšákgallium/radeon: rename fmask::pitch -> pitch_in_pixels
2015-12-03 Marek Olšákgallium/radeon: print more information about textures
2015-12-03 Marek Olšákgallium/radeon: move printing texture info into a separ...
2015-12-03 Marek Olšákgallium/radeon: remove unused r600_texture::pitch_override
2015-12-03 Marek Olšákgallium/radeon: remove DBG_TEXMIP
2015-12-03 Edward O'Callaghangallium/aux/util: Trivial, we already have format use it
2015-12-03 Jose Fonsecaautomake: Fix typo in MSVC2008 compat flags.
2015-12-03 Jose Fonsecattn: Whitelist from -Werror=declaration-after-statement.
2015-12-03 Emil Velikovmesa: rework the meaning of gl_debug_message::length
next