ilo: hook up pipe context query functions
[mesa.git] / src / gallium / drivers /
2013-04-05 Rob Clarkfreedreno: use autogenerated register defs
2013-04-05 Adam Jacksonllvmpipe: Work without sse2 if llvm is new enough
2013-04-04 Vincent Lejeuner600g/llvm: Workaround for wrong tex.offset_*
2013-04-03 Zack Rusindraw/llvmpipe: allow independent so attachments to...
2013-04-03 Zack Rusinllvmpipe: reset so buffers when not appending
2013-04-03 Brian Paulsvga: add new memory-used HUD query
2013-04-03 Vincent Lejeuner600g/llvm: Do not override llvm provided stack_size
2013-04-03 Vincent Lejeuner600g/llvm: Do not change cf_alu inst when adding alus
2013-04-03 Marek Olšákradeonsi: add more cases for copying unsupported format...
2013-04-03 Brian Paulsvga: add HUD queries for number of draw calls, number...
2013-04-03 Brian Paulsvga: refactor occlusion query code
2013-04-03 Brian Paulsvga: add case for PIPE_CAP_QUERY_PIPELINE_STATISTICS
2013-04-03 Christoph Bumillernv50,nvc0: remove MS resolve formats hack
2013-04-03 Christoph Bumillernvc0: fix 128 bit compressed storage type selection
2013-04-03 Christoph Bumillernvc0: place staging textures in GART and map them directly
2013-04-03 Christoph Bumillernv50: account for pesky prefetch in size calculation...
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...
next