glsl: Bump standalone compiler versions to 1.50.
[mesa.git] / src / gallium /
2013-03-20 Christoph Bumillernvc0: fix max varying count, move CLIPVERTEX,FOG out...
2013-03-20 Christoph Bumillergallium: add TGSI_SEMANTIC_TEXCOORD,PCOORD v3
2013-03-20 Kristian Høgsberggallium-egl: Fix compile errors introduced in de315f76a
2013-03-19 Alex Deucherr600g: don't emit SQ_DYN_GPR_RESOURCE_LIMIT_1 on cayman
2013-03-19 Alex Deucherr600g: emit DB_SRESULTS_COMPARE_STATE0 on r6xx/r7xx
2013-03-19 Brian Paulwinsys/svga: improve error/debug message output
2013-03-19 Brian Paultgsi: fix uninitialized declaration array fields
2013-03-19 Maarten Lankhorstradeon/llvm: Do not link against libgallium when buildi...
2013-03-19 Andreas Bollgallium/egl: fix out-of-tree build
2013-03-19 Roland Scheideggergallivm: fix return opcode handling in main function...
2013-03-19 Rob Clarkfreedreno: clear fixes
2013-03-19 Christian Königradeonsi: enable indirect adressing
2013-03-19 Christian Königradeonsi: implement indirect adressing of constants
2013-03-19 Christian Königradeonsi: switch to using resource destribtors for...
2013-03-19 Christian Königradeon/llvm: rework input fetch and output store
2013-03-19 Brian Paultgsi: add initializer data to fix MSVC compile error
2013-03-19 Christian Königtgsi: add ArrayID documentation v2
2013-03-19 Christian Königtgsi: use separate structure for indirect address v2
2013-03-19 Christian Königtgsi: add ArrayID to declarations
2013-03-19 Christian Königtgsi: remove TGSI_FILE_(IMMEDIATE|TEMP)_ARRAY
2013-03-19 Christian Königtgsi/ureg: implement support for array temporaries
2013-03-19 Christian Königtgsi/ureg: cleanup local temporary emission v2
2013-03-19 Andreas Bollradeon/llvm: Link against libgallium.la to fix an undef...
2013-03-17 Alex Deucherr600g: properly set non_disp tiling mode for DMA (v2)
2013-03-17 Alex Deucherr600g: Use blitter rather than DMA for 128bpp on cayman...
2013-03-16 Maarten Lankhorstgallium/build: Fix visibility CFLAGS in automake
2013-03-15 Brian Paulst/dri: add support for the always_have_depth_buffer...
2013-03-15 Philipp Brüschweilerwayland: fix segfault when using software rendering
2013-03-15 Brian Paulsoftpipe: fix up NUM_ENTRIES confusion
2013-03-15 Brian Paulst/osmesa: silence some optimized build warnings
2013-03-15 Brian Pauldraw: init pre_clip_pos = NULL to fix optimized build...
2013-03-14 José Fonsecasoftpipe: Shrink context size.
2013-03-13 Roland Scheideggertgsi: fix sample_d emit for arrays
2013-03-13 Roland Scheideggerllvmpipe: don't assert when trying to render to surface...
2013-03-13 Roland Scheideggersoftpipe: don't assert when creating surfaces with...
2013-03-13 José Fonsecallvmpipe: Fix geometry shader token leak.
2013-03-13 Tom Stellardradeon/llvm: Add missing license headers
2013-03-13 Tom Stellardradeon/llvm: Make radeon_llvm_util.cpp a C file
2013-03-13 Tom Stellardradeon/llvm: Optimize radeon_llvm_strip_unused_kernels()
2013-03-13 Tom Stellardradeon/llvm: Implement radeon_llvm_get_kernel_module...
2013-03-13 Tom Stellardradeon/llvm: Implement radeon_llvm_get_num_kernels...
2013-03-13 Tom Stellardradeon/llvm: Implement radeon_llvm_parse_bitcode()...
2013-03-13 Tom Stellardr600g/llvm: Move llvm wrapper functions into the radeon...
2013-03-13 José Fonsecascons: Define PACKAGE_VERSION/BUGREPORT globally.
2013-03-13 Brian Paultarget/osmesa: add new Makefile.am
2013-03-13 Brian Paultargets/osmesa: new OSMesa gallium target
2013-03-13 Brian Paulst/osmesa: add new Makefile.am
2013-03-13 Brian Paulst/osmesa: new OSMesa gallium state tracker
2013-03-13 José Fonsecascons: Re-add ','
2013-03-13 José Fonsecaautotools: Add missing top-level include dir.
2013-03-13 Matt Turnermesa: Use PACKAGE_BUGREPORT macro.
2013-03-13 Matt Turnermesa: Replace MESA_VERSION with PACKAGE_VERSION.
2013-03-12 Zack Rusindraw/so: Fix stream output with geometry shaders
2013-03-12 José Fonsecamesa,gallium,egl,mapi: One definition of C99 inline...
2013-03-12 Michel Dänzerradeonsi: Fix off-by-one for maximum vertex element...
2013-03-12 Christoph Bumillernvc0: avoid crash on updating RASTERIZE_ENABLE state
2013-03-12 Christoph Bumillergallium/tests: check format in compute tests, make...
2013-03-12 Christoph Bumillernvc0: add MP trap handler for nve4
2013-03-12 Christoph Bumillernvc0: they removed the NTID,NCTAID,GRIDID registers...
2013-03-12 Christoph Bumillernvc0: implement compute support for nve4
2013-03-12 Christoph Bumillernvc0/ir: try to fix CAS (CompareAndSwap)
2013-03-12 Christoph Bumillernv50/ir: add CCTL (cache control) op
2013-03-12 Christoph Bumillernvc0/ir/emit: fix emission of large address offsets
2013-03-12 Christoph Bumillernvc0: add SHADER/COMPUTE_RESOURCE bind flags to format...
2013-03-12 Christoph Bumillernouveau: align PIPE_BIND_SHADER,COMPUTE_RESOURCEs to...
2013-03-12 Christoph Bumillernv50,nvc0: copy writable flag on surface creation
2013-03-12 Christoph Bumillernv50/ir: add support for different sampler and resource...
2013-03-12 Christoph Bumillernv50/ir: implement splitting of 64 bit ops after RA
2013-03-12 Christoph Bumillernvc0/ir: skip back edges when determining latest sched...
2013-03-12 Christoph Bumillernvc0/ir: use large issue delay after RET, too
2013-03-12 Christoph Bumillernv50/ir: fix size adjustment for sched info for multipl...
2013-03-12 Christoph Bumillernv50/ir: print function inputs and outputs
2013-03-12 Christoph Bumillernv50/ir/ssa: add a few comments regarding RenamePass
2013-03-12 Francisco Jereznv50/ir/tgsi: Exclude local declarations from function...
2013-03-12 Christoph Bumillernv50/ir/opt: try to make use of SUCLAMP addend
2013-03-12 Christoph Bumillernv50/ir: don't assert on type in Modifier.applyTo if...
2013-03-12 Christoph Bumillernv50/ir: add support for barriers
2013-03-12 Christoph Bumillernv50/ir/tgsi: add support for atomics
2013-03-12 Christoph Bumillernv50/ir/tgsi: handle TGSI_OPCODE_LOAD,STORE
2013-03-12 Christoph Bumillernvc0/ir: don't replace load from input in COMPUTE progs...
2013-03-12 Christoph Bumillernvc0/ir: implement lowering of surface ops for nve4
2013-03-12 Christoph Bumillernvc0/ir: add formatted surface load lib code, move...
2013-03-12 Christoph Bumillernv50/ir: extend moveSources for delta < 0
2013-03-12 Christoph Bumillernvc0/ir: lower atomics in s[]
2013-03-12 Christoph Bumillernvc0/ir/emit: implement INSBF, EXTBF, PERMT and ATOM
2013-03-12 Christoph Bumillernv50/ir/emit: handle OP_ATOM
2013-03-12 Christoph Bumillernvc0/ir/target: some ops can't be predicated, e.g....
2013-03-12 Christoph Bumillernv50/ir/opt: CALLs cannot load
2013-03-12 Christoph Bumillernv50/ir: add support for indirect BRA,CALL
2013-03-12 Christoph Bumillernvc0/ir/emit: implement move to and logic ops on predicates
2013-03-12 Christoph Bumillernvc0/ir/emit: implement surface related ops
2013-03-12 Christoph Bumillernv50/ir: initialize CodeEmitters' specialized target...
2013-03-12 Christoph Bumillernv50/ir/opt: make optimization aware of atomics, barrie...
2013-03-12 Christoph Bumillernv50/ir: add various new OPs that will be needed for...
2013-03-12 Francisco Jereznv50/ir: Rename "mkLoad" to "mkLoadv" for consistency.
2013-03-12 Christoph Bumillernv50/ir: fix comparison of system values
2013-03-12 Francisco Jereznv50/ir/tgsi: Translate grid-related system parameters.
2013-03-12 Francisco Jereznv50/ir/tgsi: Accept COMPUTE programs.
2013-03-12 Christoph Bumillernv50/ir/ra: make sure all used function inputs get...
2013-03-12 Christoph Bumillernv50/ir/ra: also add pre-existing MERGE,SPLIT to constr...
next