summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* anv/cmd_buffer: Re-emit push constants packets for all stagesJason Ekstrand2016-02-292-24/+24
* anv/pipeline: Follow push constant alignment restrictions on BDW+ and HSW gt3Jason Ekstrand2016-02-291-1/+8
* anv/pipeline: Avoid a division by zeroJason Ekstrand2016-02-291-1/+1
* anv/pipeline: Use dynamic checks for max push constantsJason Ekstrand2016-02-291-7/+8
* isl/surface_state: Fix array spacing on Gen7Nanley Chery2016-02-291-0/+5
* anv: Don't advertise pipelineStatisticsQueryKristian Høgsberg Kristensen2016-02-291-1/+1
* anv: Set CURBEAllocationSize in MEDIA_VFE_STATEJordan Justen2016-02-281-13/+22
* anv/gen7: Enable SLM in L3 cache control registerJordan Justen2016-02-281-0/+62
* nir/spirv: Use the new bare sampler typeKristian Høgsberg Kristensen2016-02-281-5/+1
* anv/pipeline: Set URB offset to zero if size is zeroJordan Justen2016-02-281-2/+3
* anv/pipeline: Set FS URB space to zero if the FS is unusedJordan Justen2016-02-281-1/+4
* anv/pipeline: Set stage URB size to zero if it is unusedJordan Justen2016-02-281-1/+1
* anv/gen7: Clean up the dummy PS caseJason Ekstrand2016-02-271-19/+13
* anv/gen7: Set MaximumNumberofThreads in the dummy PS packetJason Ekstrand2016-02-271-1/+5
* anv/gen7: Only try to get the depth format the surface has depthJason Ekstrand2016-02-271-1/+4
* anv/image: Use isl for filling brw_image_paramJason Ekstrand2016-02-271-111/+6
* isl: Add helpers for filling out brw_image_paramJason Ekstrand2016-02-272-1/+118
* anv: Fill out image_param structs at view creation timeJason Ekstrand2016-02-273-4/+12
* anv/image: Add a ussage_mask field to image_view_initJason Ekstrand2016-02-275-19/+21
* isl: Move isl_image.c to isl_storage_image.cJason Ekstrand2016-02-272-1/+1
* anv: Use isl to fill buffer surface statesJason Ekstrand2016-02-273-81/+6
* isl: Add a helper for filling a buffer surface stateJason Ekstrand2016-02-274-0/+121
* anv: Remove unneeded fiels from anv_image_viewJason Ekstrand2016-02-272-8/+6
* anv/state: Remove unused fill_surface_state functionsJason Ekstrand2016-02-273-419/+0
* anv: Use ISL to fill out surface statesJason Ekstrand2016-02-271-71/+79
* anv/device: Store the default MOCS in the deviceJason Ekstrand2016-02-273-7/+15
* isl: Add a function for filling out a surface stateJason Ekstrand2016-02-275-4/+567
* isl: Create per-gen helper libraries for gens 7, 8, and 9Jason Ekstrand2016-02-271-2/+23
* genxml: Add MOCS fields to RENDER_SURFACE_STATEJason Ekstrand2016-02-274-0/+4
* gen/genX_pack: Add genxml to the pack header pathJason Ekstrand2016-02-272-5/+4
* isl: Fix isl_surf_get_image_intratile_offset_el()Nanley Chery2016-02-262-36/+36
* anv: remove stray ; after ifThomas Hindoe Paaboel Andersen2016-02-261-2/+2
* anv/gen8: Emit the 3DSTATE_PS_BLEND packetJason Ekstrand2016-02-261-0/+23
* anv/device: Properly handle apiVersion == 0Jason Ekstrand2016-02-251-3/+8
* Merge remote-tracking branch 'origin/master' into vulkanKristian Høgsberg Kristensen2016-02-24349-4742/+12323
|\
| * mesa: replace for loop with bitshifting in supported_buffer_bitmask()Brian Paul2016-02-241-4/+1
| * mesa: updates some comments in buffers.cBrian Paul2016-02-241-3/+6
| * mesa: make _mesa_draw_buffers() staticBrian Paul2016-02-242-11/+7
| * mesa: make _mesa_draw_buffer() staticBrian Paul2016-02-242-9/+6
| * mesa: make _mesa_read_buffer() staticBrian Paul2016-02-242-10/+7
| * mesa: move declaration of buffer var in handle_first_current()Brian Paul2016-02-241-2/+4
| * mesa: use gl_buffer_index in a few placesBrian Paul2016-02-243-5/+6
| * st/mesa: remove useless break statementBrian Paul2016-02-241-1/+0
| * st/mesa: rename st_readpixels to st_ReadPixelsBrian Paul2016-02-241-2/+2
| * st/mesa: fix frontbuffer glReadPixels regressionsBrian Paul2016-02-241-2/+11
| * gallium/radeon: Correctly translate colorswaps for big endianOded Gabbay2016-02-231-0/+11
| * mesa: use sizeof on the correct typeThomas Hindoe Paaboel Andersen2016-02-231-1/+1
| * tgsi/scan: handle holes between VS inputs, assert-fail in other casesMarek Olšák2016-02-231-1/+9
| * i965/fs: Return result of image atomic in a register of the expected type.Francisco Jerez2016-02-221-1/+1
| * glsl: Implement the required built-in functions when OES_shader_image_atomic ...Francisco Jerez2016-02-221-18/+43