summaryrefslogtreecommitdiff
path: root/src/gallium
AgeCommit message (Expand)AuthorFilesLines
2014-08-21r600g: Fix flat/smooth shade state toggle10.3-branchpointGlenn Kennard1-1/+3
2014-08-21r600g/compute: Don't initialize vertex_buffer_state masks to 0x2Tom Stellard1-3/+0
2014-08-21r600g/compute: Use the first parameter in evergreen_set_global_binding()Tom Stellard1-2/+3
2014-08-21pipe-loader: Fix memory leak v2Tom Stellard2-2/+2
2014-08-21radeon: Add work-around for missing Hainan support in clang < 3.6 v2Tom Stellard1-1/+14
2014-08-21st/clover: Fix build against LLVM SVN >= r215967 v2Michel Dänzer1-2/+14
2014-08-20Teach os_get_total_physical_memory about CygwinJon TURNEY1-2/+2
2014-08-20r300g: Fix path to test programs for out-of-tree buildsMichel Dänzer2-1/+2
2014-08-20gallivm: Fix build with LLVM >= 3.6 r215967.Vinson Lee1-0/+4
2014-08-19vc4: Plumb the texture index from TGSI through to the sampler uniforms.Eric Anholt1-15/+11
2014-08-19vc4: Avoid a null-deref if a sampler index isn't used.Eric Anholt1-2/+5
2014-08-19r600g: Fix missing SET_TEXTURE_OFFSETSGlenn Kennard4-57/+87
2014-08-19gallium/target: Add needed mesautil lib to haiku-softpipeAlexander von Gluck IV1-0/+1
2014-08-19gallium/aux: Fill in Haiku get process name codeAlexander von Gluck IV1-0/+7
2014-08-19llvmpipe/softpipe: enable ARB_conditional_render_invertedTobias Klausmann2-2/+3
2014-08-19nvc0: Handle ARB_conditional_render_inverted and enable itTobias Klausmann4-32/+37
2014-08-19gallium: Add and handle PIPE_CAP_CONDITIONAL_RENDER_INVERTEDTobias Klausmann15-0/+18
2014-08-19ilo: fix PIPE_CAP_VIDEO_MEMORYChia-I Wu1-2/+2
2014-08-19ilo: enable HiZ in more cases on GEN6Chia-I Wu3-31/+44
2014-08-19ilo: remove layer offsettingChia-I Wu7-393/+27
2014-08-19ilo: migrate to ilo_layoutChia-I Wu8-1454/+213
2014-08-19ilo: add new resource layout codeChia-I Wu3-0/+1779
2014-08-19gallium/radeon: Do not use u_upload_mgr for buffer downloadsNiels Ole Salscheider1-12/+8
2014-08-19r600g: copy IA_MULTI_VGT_PARAM programming from radeonsi for CaymanMarek Olšák4-3/+36
2014-08-19radeonsi: bump PRIMGROUP_SIZE for some casesMarek Olšák1-1/+4
2014-08-19radeonsi: set PARTIAL_VS_WAVE(0) when appropriateMarek Olšák1-1/+6
2014-08-19radeonsi: set IA_MULTI_VGT_PARAM on SI the same as on CIK (v2)Marek Olšák2-46/+50
2014-08-19radeonsi: simplify si_num_banks functionMarek Olšák3-15/+13
2014-08-19radeonsi: use r600_draw_rectangle from r600gMarek Olšák9-75/+77
2014-08-19radeonsi: save scissor state and sample mask for u_blitterMarek Olšák3-8/+29
2014-08-19radeonsi: don't set CB_SHADER_MASK=1 if there are no color outputsMarek Olšák1-4/+0
2014-08-19gallium/u_blitter: don't use an empty fragment shader if there's a colorbufferMarek Olšák1-1/+1
2014-08-19gallium/util: handle PIPE_BUFFER in util_pipe_tex_to_tgsi_texMarek Olšák1-0/+3
2014-08-19rbug: only add textures to the listMarek Olšák1-2/+5
2014-08-19rbug: fix a crash in sampler_view_destroy caused by incorrect contextMarek Olšák1-1/+1
2014-08-19rbug: send the actual number of layers to the clientMarek Olšák1-1/+4
2014-08-19rbug: implement streamout context functionsMarek Olšák1-0/+46
2014-08-19rbug: fix crash in set_vertex_buffersMarek Olšák1-1/+1
2014-08-19rbug: remove contexts from the list properlyMarek Olšák1-1/+3
2014-08-19ilo: fold drm_intel_get_aperture_sizes() within probe_winsys()Emil Velikov4-15/+15
2014-08-18nv50/ir: (trivial) initialize pointer to silence warningTobias Klausmann1-1/+1
2014-08-18vc4: Add support for swizzling of texture colors.Eric Anholt3-4/+39
2014-08-18vc4: Fix handling of non-XYZW swizzles in color outputs.Eric Anholt1-6/+6
2014-08-18vc4: Extract the swizzle handling from vertex fetch.Eric Anholt1-27/+32
2014-08-18vc4: Add support for color masking.Eric Anholt1-13/+24
2014-08-18vc4: Add a helper for QOP_R4_UNPACK_[ABCD].Eric Anholt2-8/+11
2014-08-18vc4: Don't forget to set up the offset for render targets.Eric Anholt1-0/+2
2014-08-18vc4: Fix multi-level texture setup.Eric Anholt2-2/+12
2014-08-18vc4: Fix viewport handling in the uniforms upload.Eric Anholt1-4/+2
2014-08-18clover: Refuse to build a program if there are kernel objects attached to it.Francisco Jerez5-3/+18