| Commit message (Expand) | Author | Age | Files | Lines |
* | glsl: add OES_viewport_array enables and use them to expose gl_ViewportIndex | Ilia Mirkin | 2016-09-22 | 2 | -3/+8 |
* | mesa: add new entrypoints for GL_OES_viewport_array | Ilia Mirkin | 2016-09-22 | 5 | -6/+85 |
* | mapi: export all GLES 3.2 functions in libGLESv2.so | Dylan Baker | 2016-09-22 | 1 | -0/+12 |
* | mapi: sort static_data.py functions | Dylan Baker | 2016-09-22 | 1 | -2/+2 |
* | mapi: retab static_data.py to be consistent | Dylan Baker | 2016-09-22 | 1 | -1285/+1285 |
* | spirv: fix AtomicLoad/Store on images | Lionel Landwerlin | 2016-09-22 | 1 | -10/+3 |
* | nir: Allow opt_peephole_sel to be more aggressive in flattening IFs. | Eric Anholt | 2016-09-22 | 4 | -31/+57 |
* | gallium/util: add comment on util_is_format_compatible() | Brian Paul | 2016-09-21 | 1 | -0/+24 |
* | svga: minor simplification in svga_validate_surface_view() | Brian Paul | 2016-09-21 | 1 | -3/+2 |
* | svga: remove disable_shader debug variable | Brian Paul | 2016-09-21 | 3 | -10/+0 |
* | i965: Enable ES 3.2 on Skylake. | Kenneth Graunke | 2016-09-21 | 1 | -1/+2 |
* | nir/spirv/glsl450: Add support for the InterpolateAt opcodes | Jason Ekstrand | 2016-09-21 | 1 | -1/+53 |
* | nir/spirv: Claim support for SampleRateShading | Jason Ekstrand | 2016-09-21 | 1 | -1/+1 |
* | nir/spirv: Bring back the spirv2nir helper binary | Jason Ekstrand | 2016-09-21 | 2 | -0/+73 |
* | i965: implement querying __DRI_IMAGE_ATTRIB_OFFSET. | Chuanbo Weng | 2016-09-21 | 1 | -2/+7 |
* | egl: return corresponding offset of EGLImage instead of 0. | Chuanbo Weng | 2016-09-21 | 1 | -2/+9 |
* | i965/ir: Test thread dispatch packing assumptions. | Francisco Jerez | 2016-09-21 | 1 | -0/+30 |
* | i965/ir: Pass identity mask to brw_find_live_channel() in the packed dispatch... | Francisco Jerez | 2016-09-21 | 2 | -3/+11 |
* | i965/ir: Skip eliminate_find_live_channel() for stages with sparse thread dis... | Francisco Jerez | 2016-09-21 | 3 | -0/+65 |
* | i965/fs: Take Dispatch/Vector mask into account in FIND_LIVE_CHANNEL | Jason Ekstrand | 2016-09-21 | 5 | -13/+50 |
* | i965/reg: Make brw_sr0_reg take a subnr and return a vec1 reg | Jason Ekstrand | 2016-09-21 | 2 | -13/+9 |
* | anv: pipeline: use correct number of thread for compute | Lionel Landwerlin | 2016-09-21 | 1 | -1/+4 |
* | anv: allocator: correct scratch space for haswell | Lionel Landwerlin | 2016-09-21 | 1 | -1/+21 |
* | anv: device: calculate compute thread numbers using subslices numbers | Lionel Landwerlin | 2016-09-21 | 6 | -18/+74 |
* | gallivm: support negation on 64-bit integers | Nicolai Hähnle | 2016-09-21 | 1 | -0/+4 |
* | radeonsi: prepare 64-bit integer support. (v2) | Dave Airlie | 2016-09-21 | 1 | -7/+62 |
* | gallivm/llvmpipe: prepare support for ARB_gpu_shader_int64. | Dave Airlie | 2016-09-21 | 5 | -5/+500 |
* | tgsi/softpipe: prepare ARB_gpu_shader_int64 support. (v3) | Dave Airlie | 2016-09-21 | 1 | -132/+541 |
* | gallium/tgsi: add support for 64-bit integer immediates. | Dave Airlie | 2016-09-21 | 7 | -2/+117 |
* | gallium: add opcode and types for 64-bit integers. (v3) | Dave Airlie | 2016-09-21 | 4 | -20/+362 |
* | i965: Rename intelScreen to screen. | Kenneth Graunke | 2016-09-20 | 28 | -170/+170 |
* | i965: Rename __DRIScreen pointers to "dri_screen". | Kenneth Graunke | 2016-09-20 | 6 | -83/+85 |
* | mesa: Implement ARB_shader_viewport_layer_array for i965 | Dylan Baker | 2016-09-20 | 6 | -2/+18 |
* | radeon/vce: add firmware support for version 52.8.3 | Leo Liu | 2016-09-20 | 1 | -0/+3 |
* | st/omx/dec/h265: Correct the timestamping | Indrajit Das | 2016-09-20 | 1 | -1/+12 |
* | aubinator: add a custom handler for immediate register load | Lionel Landwerlin | 2016-09-20 | 3 | -3/+47 |
* | st/va: flush the context before calling flush_frontbuffer(v2) | Nayan Deshmukh | 2016-09-20 | 1 | -1/+5 |
* | st/vdpau: flush the context before calling flush_frontbuffer | Nayan Deshmukh | 2016-09-20 | 1 | -2/+5 |
* | vl/dri3: handle the case of different GPU(v4.2) | Nayan Deshmukh | 2016-09-20 | 1 | -13/+53 |
* | st/vdpau: fix argument type to vlVdpOutputSurfaceDMABuf | Ilia Mirkin | 2016-09-20 | 2 | -2/+2 |
* | swr: [rasterizer core] Better thread destruction | Tim Rowley | 2016-09-19 | 8 | -69/+126 |
* | swr: [rasterizer jitter] Fix missing end-of-file newline | Tim Rowley | 2016-09-19 | 1 | -1/+2 |
* | swr: [rasterizer core] Add macros for mapping ArchRast to buckets | Tim Rowley | 2016-09-19 | 11 | -200/+249 |
* | glsl: Skip "unsized arrays aren't allowed" check for TCS/TES/GS vars. | Kenneth Graunke | 2016-09-19 | 1 | -1/+27 |
* | nvc0: get rid of nvc0_stage_sampler_states_bind_range() | Samuel Pitoiset | 2016-09-19 | 1 | -74/+9 |
* | nvc0: get rid of nvc0_stage_set_sampler_views_range() | Samuel Pitoiset | 2016-09-19 | 1 | -89/+15 |
* | nv50/ir: optimize SUB(a, b) to MOV(a - b) | Samuel Pitoiset | 2016-09-18 | 1 | -0/+10 |
* | gk110/ir: fix wrong emission of OP_NOT | Samuel Pitoiset | 2016-09-18 | 1 | -1/+1 |
* | r600g/sb: fix struct/class declaration conflicts | Martina Kollarova | 2016-09-18 | 1 | -5/+1 |
* | i965: Drop assertion about buffer offset at draw time. | Eric Anholt | 2016-09-17 | 1 | -11/+0 |