summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* r600g: fix alphatest without a colorbuffer on evergreenMarek Olšák2012-07-181-1/+4
* r600g: fix alphatest without a colorbuffer on r6xx-r7xxMarek Olšák2012-07-181-6/+10
* r600g: always derive alphatest state from the first colorbufferMarek Olšák2012-07-184-14/+22
* r600g: atomize alphatest stateMarek Olšák2012-07-186-46/+52
* r600g: try to fix line stippling with lineloopsMarek Olšák2012-07-181-1/+2
* r600g: optimize uploading depth texturesMarek Olšák2012-07-181-11/+5
* r600g: remove needless wrapper r600_texture_depth_flushMarek Olšák2012-07-183-35/+15
* r600g: init_flushed_depth_texture should be able to report errorsMarek Olšák2012-07-184-18/+11
* msaa: Generate proper error for operations prohibited on MSAA buffers.Paul Berry2012-07-172-3/+3
* gallivm: silence uninitialized variable warningsBrian Paul2012-07-173-3/+6
* r600g: fix lockups with and enable dual source blending on evergreenMarek Olšák2012-07-172-4/+4
* r600g: remove unused code after conversion of sampler viewsMarek Olšák2012-07-177-249/+5
* r600g: convert sampler view emission into atomsMarek Olšák2012-07-176-134/+238
* r600g: only make constant buffers dirty if there's something to updateMarek Olšák2012-07-171-4/+6
* r600g: properly track which textures are depthMarek Olšák2012-07-173-19/+26
* r600g: consolidate and optimize sampler states changes for evergreenMarek Olšák2012-07-171-14/+22
* r600g: don't invalidate texture caches when setting sampler statesMarek Olšák2012-07-171-6/+0
* r600g: consolidate code for setting sampler views and fix bugs in the processMarek Olšák2012-07-174-90/+62
* r600g: remove unused flag have_depth_fbMarek Olšák2012-07-174-10/+3
* r600g: do fine-grained vertex buffer updatesMarek Olšák2012-07-178-63/+87
* r600g: don't call inval_shader_cache in r600_context_flush twiceMarek Olšák2012-07-171-1/+0
* gallium/util: add util_bit_last - finds the last bit set in a wordMarek Olšák2012-07-171-0/+14
* r600g: fix all failing depth-stencil tests for evergreenMarek Olšák2012-07-173-10/+22
* glsl: Drop obsolete .gitignore entries.Michel Dänzer2012-07-171-2/+0
* intel: Add a comment explaining why we early return on matching BO names.Eric Anholt2012-07-171-0/+4
* intel: Drop other checks for old loader version.Eric Anholt2012-07-171-38/+26
* intel: Replace the non-getBuffersWithFormat compat path with an error message.Eric Anholt2012-07-172-21/+8
* intel: Remove dead intel_framebuffer_has_hiz().Eric Anholt2012-07-172-13/+0
* intel: Convert to using private depth/stencil buffers (v2)Eric Anholt2012-07-173-652/+39
* intel: Add a function for creating a private window system buffer.Eric Anholt2012-07-172-2/+20
* gallivm: (trivial) remove unnecessary bogus includeRoland Scheidegger2012-07-171-1/+0
* gbm: Add gbm_bo_import for gallium gbm backendKristian Høgsberg2012-07-172-13/+49
* st/egl: Fix build for wayland includesElvis Lee2012-07-171-3/+4
* st/gbm: renaming pitch to stride on galliumElvis Lee2012-07-171-2/+2
* glx: build tests after libglx.laMatt Turner2012-07-171-1/+1
* gallivm,draw,llvmpipe: Support wider native registers.José Fonseca2012-07-1773-3266/+5214
* gallivm: Allow to force nearest filtering on a per-axis basis.José Fonseca2012-07-172-47/+79
* wayland: Include wl_drm format enum in wayland-drm.hKristian Høgsberg2012-07-171-1/+64
* llvmpipe: Fix bug with blend factor in complementary optimisations.James Benton2012-07-171-2/+4
* radeonsi: fix vertex element stateChristian König2012-07-172-33/+6
* radeon/llvm: fix compiling when llvm is active, but opencl isn'tChristian König2012-07-171-0/+4
* mesa: include inttypes.h to get uint8_t typeBrian Paul2012-07-161-0/+1
* st/egl: fix uninitialized pointer bugBrian Paul2012-07-161-1/+1
* r300g: silence uninitialized var warningBrian Paul2012-07-161-1/+1
* egl_dri2: NULL check for EGLNativeWindowTypeElvis Lee2012-07-161-0/+2
* Fix building mesa with assembly enabled since a112ca5dJon TURNEY2012-07-161-2/+3
* intel: Fix build broken by ETC1 patchChad Versace2012-07-161-0/+12
* intel: Enable GL_OES_compressed_ETC1_RGB8_textureChad Versace2012-07-164-1/+78
* mesa: Add function for decoding ETC1 texturesChad Versace2012-07-162-0/+40
* gallium/util, mesa: Refactor etc1 unpack functionChad Versace2012-07-162-24/+35