| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | draw/gs: Fix memory corruption with multiple primitives | Zack Rusin | 2013-04-03 | 1 | -10/+15 |
* | gallivm: cleanup the gs interface | Zack Rusin | 2013-04-03 | 3 | -50/+85 |
* | svga: add new memory-used HUD query | Brian Paul | 2013-04-03 | 8 | -1/+33 |
* | util: add new util_resource_size() function in u_resource.[ch] | Brian Paul | 2013-04-03 | 2 | -1/+98 |
* | util: move functions from u_resource.c to u_transfer.c | Brian Paul | 2013-04-03 | 2 | -75/+74 |
* | r600g/llvm: Do not override llvm provided stack_size | Vincent Lejeune | 2013-04-03 | 1 | -1/+2 |
* | r600g/llvm: Do not change cf_alu inst when adding alus | Vincent Lejeune | 2013-04-03 | 1 | -7/+2 |
* | radeonsi: add more cases for copying unsupported formats to resource_copy_region | Marek Olšák | 2013-04-03 | 1 | -0/+12 |
* | svga: add HUD queries for number of draw calls, number of fallbacks | Brian Paul | 2013-04-03 | 4 | -0/+61 |
* | svga: refactor occlusion query code | Brian Paul | 2013-04-03 | 1 | -94/+124 |
* | gallium/hud: try L8 texture for font if I8 format isn't supported | Brian Paul | 2013-04-03 | 1 | -4/+13 |
* | svga: add case for PIPE_CAP_QUERY_PIPELINE_STATISTICS | Brian Paul | 2013-04-03 | 1 | -0/+1 |
* | st/mesa: rewrite comment in st_manager.c | Brian Paul | 2013-04-03 | 1 | -3/+2 |
* | nv50,nvc0: remove MS resolve formats hack | Christoph Bumiller | 2013-04-03 | 2 | -15/+0 |
* | nvc0: fix 128 bit compressed storage type selection | Christoph Bumiller | 2013-04-03 | 1 | -1/+1 |
* | nvc0: place staging textures in GART and map them directly | Christoph Bumiller | 2013-04-03 | 7 | -11/+76 |
* | nv50: account for pesky prefetch in size calculation of linear textures | Christoph Bumiller | 2013-04-03 | 1 | -1/+6 |
* | nvc0: honour scaled coordiantes setting for linear textures | Christoph Bumiller | 2013-04-03 | 1 | -6/+5 |
* | nvc0: fix for 2d engine R source formats writing RRR1 and not R001 | Christoph Bumiller | 2013-04-03 | 3 | -52/+148 |
* | nv50,nvc0: disable DEPTH_RANGE_NEAR/FAR clipping during blit | Christoph Bumiller | 2013-04-03 | 3 | -1/+5 |
* | st/mesa: fix bitmap,drawpix,drawtex for PIPE_CAP_TGSI_TEXCOORD | Christoph Bumiller | 2013-04-03 | 3 | -2/+8 |
* | nouveau: accelerate buffer copies in resource_copy_region | Christoph Bumiller | 2013-04-03 | 5 | -11/+47 |
* | nvc0: demagic some of the NVE4_COMPUTE_UPLOAD methods | Christoph Bumiller | 2013-04-03 | 3 | -49/+129 |
* | nvc0: read PM counters for each warp scheduler separately | Christoph Bumiller | 2013-04-03 | 2 | -61/+138 |
* | nvc0: add some metrics to driver specific queries | Christoph Bumiller | 2013-04-03 | 2 | -58/+160 |
* | nvc0: add some driver statistics queries | Christoph Bumiller | 2013-04-03 | 14 | -25/+279 |
* | nvc0: disable compressed storage type 0xdb for now | Christoph Bumiller | 2013-04-03 | 1 | -1/+3 |
* | nvc0: use correct hw query for PRIMITIVES_GENERATED | Christoph Bumiller | 2013-04-03 | 1 | -4/+7 |
* | nvc0: use fence to check state of queries that don't write sequence | Christoph Bumiller | 2013-04-03 | 1 | -1/+5 |
* | gallium/hud: add support for PIPE_QUERY_PIPELINE_STATISTICS | Christoph Bumiller | 2013-04-03 | 4 | -9/+52 |
* | gallium/docs: fix definition of PIPE_QUERY_SO_STATISTICS | Christoph Bumiller | 2013-04-03 | 1 | -3/+5 |
* | gallium: add PIPE_CAP_QUERY_PIPELINE_STATISTICS | Christoph Bumiller | 2013-04-03 | 12 | -1/+17 |
* | i965: Reduce code duplication in handling of depth, stencil, and HiZ. | Paul Berry | 2013-04-02 | 5 | -151/+178 |
* | Revert "glsl: Replace constant-index vector array accesses with swizzles" | Paul Berry | 2013-04-02 | 2 | -83/+83 |
* | glsl: Fix array indexing when constant folding built-in functions. | Paul Berry | 2013-04-02 | 1 | -1/+1 |
* | gallivm: bring back optimized but incorrect float to smallfloat optimizations | Roland Scheidegger | 2013-04-02 | 1 | -38/+78 |
* | gallivm: consolidate code for float-to-half and float-to-packed conversion. | Roland Scheidegger | 2013-04-02 | 3 | -108/+102 |
* | r600g: don't reserve more stack space than required v5 | Vadim Girlin | 2013-04-02 | 3 | -56/+142 |
* | r600g: fix range handling for tgsi input declarations v2 | Vadim Girlin | 2013-04-02 | 1 | -3/+7 |
* | gallium/hud: do .xxxx swizzling for the font texture in the fragment shader | Marek Olšák | 2013-04-02 | 1 | -6/+30 |
* | hud: flush/unmap the vertex buffer before drawing | Brian Paul | 2013-04-02 | 1 | -0/+3 |
* | draw: use pipe_transfer_unmap() to match pipe_transfer_map() | Brian Paul | 2013-04-02 | 1 | -1/+1 |
* | gallivm: fix signed small float to float conversion | Roland Scheidegger | 2013-04-02 | 1 | -1/+1 |
* | radeonsi: add instance divisor support v3 | Christian König | 2013-04-02 | 4 | -59/+94 |
* | radeonsi: add start instance support | Christian König | 2013-04-02 | 3 | -10/+21 |
* | radeonsi: add instanceid support | Christian König | 2013-04-02 | 4 | -7/+43 |
* | radeon/llvm: move system value fetching to common code | Christian König | 2013-04-02 | 2 | -12/+12 |
* | radeonsi: Handle arbitrary 2-byte formats in resource_copy_region | Michel Dänzer | 2013-04-02 | 1 | -0/+6 |
* | nvc0: Fix fd leak in nvc0_create_decoder | Maarten Lankhorst | 2013-04-02 | 1 | -2/+2 |
* | GLSL: fix lower_jumps to report progress properly | Aras Pranckevicius | 2013-04-01 | 1 | -1/+3 |