summaryrefslogtreecommitdiff
path: root/src/gallium
AgeCommit message (Expand)AuthorFilesLines
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
2014-08-18clover/util: Pass initial count value to ref_counter constructor.Francisco Jerez1-2/+2
2014-08-18clover/util: Implement minimalist reference to clover::ref_counter object.Francisco Jerez1-0/+45
2014-08-17clover: clGetProgramInfo support for OpenCL 1.2.EdB1-0/+11
2014-08-16util: whitespace and formatting fixes in u_math.hBrian Paul1-17/+23
2014-08-16Revert "hud: don't overrun malloced arrays"Dave Airlie1-1/+0
2014-08-15gallium/vc4: PIPE_CAP_VIDEO_MEMORY return the amount of system ramEmil Velikov1-3/+9
2014-08-15vc4: Add support for blending.Eric Anholt5-12/+199
2014-08-15vc4: Drop incorrect attempt to incorrectly invert the primconvert hw_mask.Eric Anholt1-1/+1
2014-08-15vc4: Use cl_f() instead of cl_u32(fui())Eric Anholt1-6/+6
2014-08-15vc4: Consistently use qir_uniform_f().Eric Anholt1-7/+6
2014-08-15vc4: Consume the implicit varyings for points and lines.Eric Anholt3-12/+33
2014-08-15vc4: Move the deref of the color buffer for simulator into the simulator.Eric Anholt3-8/+4
2014-08-15st/dri: Add __DRI2rendererQueryExtension supportEmil Velikov5-0/+88
2014-08-15gallium/softpipe/llvmpipe: handle query_renderer capsEmil Velikov2-0/+38
2014-08-15gallium/svga: handle query_rendered capsEmil Velikov1-0/+12
2014-08-15gallium/nouveau: handle query_renderer capsEmil Velikov3-9/+61