summaryrefslogtreecommitdiffstats
path: root/src/gallium
Commit message (Expand)AuthorAgeFilesLines
...
* r600g/compute: Use the first parameter in evergreen_set_global_binding()Tom Stellard2014-08-211-2/+3
* pipe-loader: Fix memory leak v2Tom Stellard2014-08-212-2/+2
* radeon: Add work-around for missing Hainan support in clang < 3.6 v2Tom Stellard2014-08-211-1/+14
* st/clover: Fix build against LLVM SVN >= r215967 v2Michel Dänzer2014-08-211-2/+14
* Teach os_get_total_physical_memory about CygwinJon TURNEY2014-08-201-2/+2
* r300g: Fix path to test programs for out-of-tree buildsMichel Dänzer2014-08-202-1/+2
* gallivm: Fix build with LLVM >= 3.6 r215967.Vinson Lee2014-08-201-0/+4
* vc4: Plumb the texture index from TGSI through to the sampler uniforms.Eric Anholt2014-08-191-15/+11
* vc4: Avoid a null-deref if a sampler index isn't used.Eric Anholt2014-08-191-2/+5
* r600g: Fix missing SET_TEXTURE_OFFSETSGlenn Kennard2014-08-194-57/+87
* gallium/target: Add needed mesautil lib to haiku-softpipeAlexander von Gluck IV2014-08-191-0/+1
* gallium/aux: Fill in Haiku get process name codeAlexander von Gluck IV2014-08-191-0/+7
* llvmpipe/softpipe: enable ARB_conditional_render_invertedTobias Klausmann2014-08-192-2/+3
* nvc0: Handle ARB_conditional_render_inverted and enable itTobias Klausmann2014-08-194-32/+37
* gallium: Add and handle PIPE_CAP_CONDITIONAL_RENDER_INVERTEDTobias Klausmann2014-08-1915-0/+18
* ilo: fix PIPE_CAP_VIDEO_MEMORYChia-I Wu2014-08-191-2/+2
* ilo: enable HiZ in more cases on GEN6Chia-I Wu2014-08-193-31/+44
* ilo: remove layer offsettingChia-I Wu2014-08-197-393/+27
* ilo: migrate to ilo_layoutChia-I Wu2014-08-198-1454/+213
* ilo: add new resource layout codeChia-I Wu2014-08-193-0/+1779
* gallium/radeon: Do not use u_upload_mgr for buffer downloadsNiels Ole Salscheider2014-08-191-12/+8
* r600g: copy IA_MULTI_VGT_PARAM programming from radeonsi for CaymanMarek Olšák2014-08-194-3/+36
* radeonsi: bump PRIMGROUP_SIZE for some casesMarek Olšák2014-08-191-1/+4
* radeonsi: set PARTIAL_VS_WAVE(0) when appropriateMarek Olšák2014-08-191-1/+6
* radeonsi: set IA_MULTI_VGT_PARAM on SI the same as on CIK (v2)Marek Olšák2014-08-192-46/+50
* radeonsi: simplify si_num_banks functionMarek Olšák2014-08-193-15/+13
* radeonsi: use r600_draw_rectangle from r600gMarek Olšák2014-08-199-75/+77
* radeonsi: save scissor state and sample mask for u_blitterMarek Olšák2014-08-193-8/+29
* radeonsi: don't set CB_SHADER_MASK=1 if there are no color outputsMarek Olšák2014-08-191-4/+0
* gallium/u_blitter: don't use an empty fragment shader if there's a colorbufferMarek Olšák2014-08-191-1/+1
* gallium/util: handle PIPE_BUFFER in util_pipe_tex_to_tgsi_texMarek Olšák2014-08-191-0/+3
* rbug: only add textures to the listMarek Olšák2014-08-191-2/+5
* rbug: fix a crash in sampler_view_destroy caused by incorrect contextMarek Olšák2014-08-191-1/+1
* rbug: send the actual number of layers to the clientMarek Olšák2014-08-191-1/+4
* rbug: implement streamout context functionsMarek Olšák2014-08-191-0/+46
* rbug: fix crash in set_vertex_buffersMarek Olšák2014-08-191-1/+1
* rbug: remove contexts from the list properlyMarek Olšák2014-08-191-1/+3
* ilo: fold drm_intel_get_aperture_sizes() within probe_winsys()Emil Velikov2014-08-194-15/+15
* nv50/ir: (trivial) initialize pointer to silence warningTobias Klausmann2014-08-181-1/+1
* vc4: Add support for swizzling of texture colors.Eric Anholt2014-08-183-4/+39
* vc4: Fix handling of non-XYZW swizzles in color outputs.Eric Anholt2014-08-181-6/+6
* vc4: Extract the swizzle handling from vertex fetch.Eric Anholt2014-08-181-27/+32
* vc4: Add support for color masking.Eric Anholt2014-08-181-13/+24
* vc4: Add a helper for QOP_R4_UNPACK_[ABCD].Eric Anholt2014-08-182-8/+11
* vc4: Don't forget to set up the offset for render targets.Eric Anholt2014-08-181-0/+2
* vc4: Fix multi-level texture setup.Eric Anholt2014-08-182-2/+12
* vc4: Fix viewport handling in the uniforms upload.Eric Anholt2014-08-181-4/+2
* clover: Refuse to build a program if there are kernel objects attached to it.Francisco Jerez2014-08-185-3/+18
* clover/util: Pass initial count value to ref_counter constructor.Francisco Jerez2014-08-181-2/+2
* clover/util: Implement minimalist reference to clover::ref_counter object.Francisco Jerez2014-08-181-0/+45