main: Remove redundant copy of cube map block comment in GetTextureImage.
[mesa.git] / src / gallium /
2015-03-09 Marek Olšákr300g: fix sRGB->sRGB blits
2015-03-09 Marek Olšákr300g: fix a crash when resolving into an sRGB texture
2015-03-09 Marek Olšákr300g: use memset for clearing the shader key
2015-03-09 Marek Olšákr300g: remove the broken SNORM->UNORM shader lowering...
2015-03-09 Marek Olšákr300g: fix RGTC1 and LATC1 SNORM formats
2015-03-09 Stefan Dösingerr300g: Fix the ATI1N swizzle (RGTC1 and LATC1)
2015-03-09 Tom Stellardradeonsi: Add additional information to shader dumps
2015-03-09 Tom Stellardradeonsi/compute: Use value from compiler for COMPUTE_P...
2015-03-09 Tom Stellardclover: Return the minimum required value for CL_DEVICE...
2015-03-09 Ilia Mirkinfreedreno/ir3: get the # of miplevels from getinfo
2015-03-09 Ilia Mirkinfreedreno/ir3: fix array count returned by TXQ
2015-03-09 Ilia Mirkinfreedreno: move fb state copy after checking for size...
2015-03-08 Rob Clarkfreedreno: replace glsl130 debug flag with glsl120
2015-03-08 Rob Clarkgallium/docs: add some freedreno compiler docs
2015-03-08 Rob Clarkfreedreno/ir3: relative dst
2015-03-08 Rob Clarkfreedreno/ir3: split out array_fanin() helper
2015-03-08 Rob Clarkfreedreno/ir3: drop deref nodes
2015-03-08 Rob Clarkfreedreno/ir3: helpful iterator macros
2015-03-08 Rob Clarkfreedreno/ir3: fix register usage calculations
2015-03-08 Rob Clarkfreedreno/ir3: couple tweaks for cmdline compiler
2015-03-08 Rob Clarkfreedreno/ir3: split up ssa_dst
2015-03-08 Rob Clarkfreedreno/ir3: fix failed assert in grouping
2015-03-07 Mark Janesr300g: Fix build, invalid extern "C" around header...
2015-03-07 Mark Janesnouveau: Fix build, invalid extern "C" around header...
2015-03-07 Ilia Mirkinnv50,nvc0: remove bogus 64_FLOAT formats
2015-03-06 Chia-I Wuilo: clarify valid and preferred tilings
2015-03-06 Chia-I Wuilo: clean up Gen6 WAs
2015-03-06 Chia-I Wuilo: add generic ilo_render_3dprimitive()
2015-03-06 Chia-I Wuilo: add generic ilo_render_pipe_control()
2015-03-06 Chia-I Wuilo: fix padding of linear sampler views
2015-03-06 Chia-I Wuilo: do not check for interleaved_samples
2015-03-05 Chia-I Wuilo: enable L3 cache in MOCS
2015-03-05 Chia-I Wuilo: track if a ilo_view_surface is a scanout
2015-03-05 Chia-I Wuilo: clean up SURFACE_STATE and BINDING_TABLE_STATE
2015-03-05 Rob Clarkfreedreno/ir3: fix silly typo for binning pass shaders
2015-03-05 Chia-I Wuilo: add more convenient intel_bo_{ref,unref}()
2015-03-05 Chia-I Wuilo: add intel_bo_set_tiling()
2015-03-05 Chia-I Wuilo: replace intel_tiling_mode by gen_surface_tiling
2015-03-05 Chia-I Wuilo: update genhw headers
2015-03-05 Mark JanesFix invalid extern "C" around header inclusion.
2015-03-05 Tom Stellardclover: Enable cl_khr_fp64 for devices that support...
2015-03-05 Brian Paulst/osmesa: include stdio.h
2015-03-05 Brian Paulst/xlib: include stdio.h
2015-03-05 Brian Paulst/xlib: include stdio.h
2015-03-04 Chia-I Wuilo: improve WA handling in rectlist path
2015-03-04 Chia-I Wuilo: clean up Gen7.5 WAs
2015-03-04 Tom Stellardclover: Fix build since llvm r231270
2015-03-04 Chia-I Wuilo: add ILO_DEBUG=hang
2015-03-04 Chia-I Wuilo: add some more winsys functions
2015-03-04 Matt Turnerr300g: Check return value of snprintf().
2015-03-04 Matt Turnerr300g: Use PATH_MAX instead of limiting ourselves to...
2015-03-04 Rob Clarkfreedreno/ir3: fix old compiler after f6b2e8af742
2015-03-04 Brian Paulgallivm: init MM = NULL to silence warning
2015-03-04 Brian Paulmesa: consolidate PUBLIC macro definition
2015-03-04 Brian Paulst/xlib: include p_compiler.h to get PUBLIC definition
2015-03-04 Jose Fonsecasvga: Set MSVC2013 compat flags.
2015-03-04 Jose Fonsecasoftpipe,trace: Set MSVC 2008 compat flags.
2015-03-04 Jose Fonsecascons: Use -Werror MSVC compatibility flags per-directory.
2015-03-04 Jose Fonsecast/vega: Remove.
2015-03-04 Jose Fonsecast/egl: Remove.
2015-03-04 Marc-Andre Lureaugallium/auxiliary/indices: fix start param
2015-03-03 Rob Clarkfreedreno/a4xx: re-enable int (conditional on glsl130)
2015-03-03 Rob Clarkfreedreno/ir3: handle flat bypass for a4xx
2015-03-03 Rob Clarkfreedreno/ir3: add support for memory (cat6) instructions
2015-03-03 Rob Clarkfreedreno/ir3: fix up cat6 instruction encodings
2015-03-03 Rob Clarktgsi/lowering: don't forget interp for BCOLOR inputs
2015-03-03 Rob Clarkfreedreno/a3xx,a4xx: silence some warnings
2015-03-03 Jose Fonsecaconfigure: Leverage gcc warn options to enable safe...
2015-03-02 Brian Paulst/dri: replace Elements() with ARRAY_SIZE()
2015-03-02 Jose Fonsecaidentity: Remove.
2015-03-02 Marek Olšákdraw: fix division-by-zero for empty geometry shaders
2015-02-28 Kenneth GraunkeRevert "configure: Leverage gcc warn options to enable...
2015-02-27 Jonathan Grayauxilary/os: correct sysctl use in os_get_total_physica...
2015-02-27 Brian Paulgallium/util: add debug_print_usage_enum() debug helper
2015-02-27 Brian Paulgallium/util: fix 'statement with no effect' warning
2015-02-27 Tom Stellardradeonsi/compute: Enable PIPE_SHADER_CAP_DOUBLES v2
2015-02-27 Tom Stellardclover: Don't unconditionally define cl_khr_fp64
2015-02-27 Tom Stellardpipe-loader: Fix build with dri drivers enabled, and...
2015-02-27 Jose Fonsecaconfigure: Leverage gcc warn options to enable safe...
2015-02-27 Vinson Leer300g/tests: Include stdio.h.
2015-02-27 Brian Paulradeon/compiler: include stdio.h
2015-02-26 Jose Fonsecainclude,auxiliary: Remove support for MSVC older then...
2015-02-26 Brian Paulr300g: remove dependency on compiler.h
2015-02-26 Brian Paulgallium: whitespace, comment formatting fixes in p_defi...
2015-02-26 Brian Paulutil: add debug_print_bind_flags() debug helper
2015-02-26 Brian Paulgallium: renumber PIPE_BIND_ flags
2015-02-25 Rob Clarkfreedreno: drop ARRAY_SIZE macro
2015-02-24 Brian Paultargets/libgl-xlib: add src/ include dir to fix build
2015-02-24 Marek Olšákr600g,radeonsi: fix streamout after pipeline stats...
2015-02-24 Marek Olšákradeonsi: small cleanup around current_rast_prim
2015-02-24 Marek Olšákradeonsi: set current_rast_prim in the right place
2015-02-24 Marek Olšákradeonsi: simplify obtaining a shader property in si_em...
2015-02-24 Marek Olšákradeonsi: only preload VertexID for the GS copy shader
2015-02-24 Marek Olšákradeonsi: dump the shader key when dumping shaders
2015-02-24 Marek Olšákr600g,radeonsi: cleanup of hex literals
2015-02-24 Marek Olšákradeonsi: set PA_SU_HARDWARE_SCREEN_OFFSET to 0
2015-02-24 Glenn Kennardr600g: Implement GL_ARB_draw_indirect for EG/CM
2015-02-24 Rob Clarkfreedreno/a4xx: aniso filtering
2015-02-24 Rob Clarkfreedreno: update generated headers
2015-02-24 Rob Clarkfreedreno/a4xx: add ARB_instanced_arrays support
next