nvc0: honour scaled coordiantes setting for linear textures
[mesa.git] / src / gallium / drivers /
2013-04-03 Christoph Bumillernvc0: honour scaled coordiantes setting for linear...
2013-04-03 Christoph Bumillernvc0: fix for 2d engine R source formats writing RRR1...
2013-04-03 Christoph Bumillernv50,nvc0: disable DEPTH_RANGE_NEAR/FAR clipping during...
2013-04-03 Christoph Bumillernouveau: accelerate buffer copies in resource_copy_region
2013-04-03 Christoph Bumillernvc0: demagic some of the NVE4_COMPUTE_UPLOAD methods
2013-04-03 Christoph Bumillernvc0: read PM counters for each warp scheduler separately
2013-04-03 Christoph Bumillernvc0: add some metrics to driver specific queries
2013-04-03 Christoph Bumillernvc0: add some driver statistics queries
2013-04-03 Christoph Bumillernvc0: disable compressed storage type 0xdb for now
2013-04-03 Christoph Bumillernvc0: use correct hw query for PRIMITIVES_GENERATED
2013-04-03 Christoph Bumillernvc0: use fence to check state of queries that don...
2013-04-03 Christoph Bumillergallium: add PIPE_CAP_QUERY_PIPELINE_STATISTICS
2013-04-02 Vadim Girlinr600g: don't reserve more stack space than required v5
2013-04-02 Vadim Girlinr600g: fix range handling for tgsi input declarations v2
2013-04-02 Christian Königradeonsi: add instance divisor support v3
2013-04-02 Christian Königradeonsi: add start instance support
2013-04-02 Christian Königradeonsi: add instanceid support
2013-04-02 Christian Königradeon/llvm: move system value fetching to common code
2013-04-02 Michel Dänzerradeonsi: Handle arbitrary 2-byte formats in resource_c...
2013-04-02 Maarten Lankhorstnvc0: Fix fd leak in nvc0_create_decoder
2013-04-01 Vincent Lejeuner600g/llvm: Update LLVM_REVISION.txt
2013-04-01 Vincent Lejeuner600g/llvm: Use stack_size provided from llvm.
2013-04-01 Vincent Lejeuner600g/llvm: uses function attribute to pass shader...
2013-04-01 Vincent Lejeuner600g/llvm: Add support for cf_alu native encode
2013-04-01 Brian Paulllvmpipe: use triangle subdivision to avoid fixed-point...
2013-03-31 Vincent Lejeuner600g/llvm: Update LLVM_REVISION
2013-03-31 Vincent Lejeuner600g/llvm: use native encode for tex
2013-03-28 Christoph Bumillernvc0: implement MP performance counters
2013-03-28 Christoph Bumillernvc0: enable compression when supported
2013-03-28 Christoph Bumillernvc0: use NOUVEAU_GETPARAM_GRAPH_UNITS to get MP count
2013-03-28 Christoph Bumillernv50,nvc0: fix 3d blits, restore viewport after blit
2013-03-28 Christoph Bumillernv50: fix 3D render target setup
2013-03-28 Brian Paulllvmpipe: put .bmp extension on dumped image files
2013-03-28 Brian Paulllvmpipe: add 'f' suffix to 1.0 in fixed_to_float()
2013-03-27 Zack Rusinllvmpipe/draw: Fix texture sampling in geometry shaders
2013-03-27 Zack Rusingallium/llvm: implement geometry shaders in the llvm...
2013-03-27 Jerome Glisseradeonsi: add cs tracing v3
2013-03-26 Christian Königradeon/llvm: document LLVM commit
2013-03-26 Christian Königradeonsi: add preloading for all samplers
2013-03-26 Christian Königradeonsi: add preloading of all constants
2013-03-26 Christian Königradeonsi: mark most intrinsics as readnone/nounwind
2013-03-26 Christian Königradeonsi: mark all loads as constant
2013-03-26 Christian Königradeonsi: remove wqm intrinsic
2013-03-26 Christian Königradeon/llvm: remove uneeded inclusion
2013-03-26 Marek Olšákr600g: add a driver query returning the amount of reque...
2013-03-26 Marek Olšákr600g: add a driver query returning the number of draw_...
2013-03-26 Marek Olšákradeonsi: fix crash while binding a NULL constant buffer
2013-03-26 Marek Olšákr600g: fix crash while binding a NULL constant buffer
2013-03-26 Marek Olšákr300g: fix crash while binding a NULL constant buffer
2013-03-25 Martin Anderssonr600g: Use virtual address for PIPE_QUERY_SO* in r600_e...
2013-03-25 Rob Clarkfreedreno: use u_debug for debug env vars
2013-03-25 Brian Paulgallivm: init vars to silence warnings
2013-03-25 Rob Clarkfreedreno: prefer sw upload for textures
2013-03-25 Rob Clarkfreedreno: track maximal scissor bounds
2013-03-24 Vinson Leellvmpipe: Fix assertions with assignment instead of...
2013-03-23 Marek Olšákgallium,st/mesa: don't use blit-based transfers with...
2013-03-22 Roland Scheideggerllvmpipe: add EXT_packed_float render target format...
2013-03-22 Michel Dänzerr600g: Honour legacy debugging environment variables
2013-03-21 Rob Clarkfreedreno: add pipe->blit
2013-03-21 Brian Paulsoftpipe: silence some asst. MSVC type warnings in...
2013-03-21 Brian Paulsoftpipe: silence some MSVC signed/unsigned warnings
2013-03-21 Brian Paulsoftpipe: silence some MSVC float/double warnings
2013-03-21 Brian Paulrbug: silence some MSVC signed/unsigned warnings
2013-03-21 Michel Dänzerradeonsi: Emit pixel shader state even when only the...
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-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 Maarten Lankhorstradeon/llvm: Do not link against libgallium when buildi...
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 Christian Königtgsi: use separate structure for indirect address v2
2013-03-19 Christian Königtgsi: remove TGSI_FILE_(IMMEDIATE|TEMP)_ARRAY
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 Paulsoftpipe: fix up NUM_ENTRIES confusion
2013-03-14 José Fonsecasoftpipe: Shrink context size.
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é Fonsecaautotools: Add missing top-level include dir.
2013-03-13 Matt Turnermesa: Use PACKAGE_BUGREPORT macro.
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 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)
next