summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| * automake: add nine to make distcheckEmil Velikov2016-02-251-0/+1
| * st/nine: don't forget to bundle the nine_limits.h fileEmil Velikov2016-02-251-0/+1
| * i965/fs: Allow saturate propagation to propagate negations into MADs.Matt Turner2016-02-251-0/+4
| * i965/fs: Allow saturate propagation to propagate negations into ADDs.Matt Turner2016-02-252-4/+52
| * i965/fs: Allow saturate propagation to propagate negations into MULs.Matt Turner2016-02-252-3/+137
| * i965/fs: Don't CSE negated multiplies with saturation.Matt Turner2016-02-251-0/+2
| * glsl: Consider ubo_load to be a horizontal operation.Matt Turner2016-02-251-0/+1
| * glsl/ast: Implicit conversion from double to float is not allowedAndres Gomez2016-02-251-4/+3
| * gallium/radeon: return correct values for BE in r600_translate_colorswapOded Gabbay2016-02-251-4/+4
| * gallium: remove duplicate define from enum pipe_formatOded Gabbay2016-02-251-1/+0
| * glsl: Detect do-while-false loops and unroll themIan Romanick2016-02-241-4/+26
| * i965: Enable tiled mem_copy with sRGB-formatted resourcesNanley Chery2016-02-241-2/+6
* | genxml: Make the border color pointer consistent across gensJason Ekstrand2016-03-013-7/+3
* | gen7/pipeline: Add competent blendingJason Ekstrand2016-03-011-43/+45
* | anv: Unify gen7 and gen8 stateJason Ekstrand2016-03-014-202/+72
* | anv/cmd_buffer: Look at both sides for stencil enableJason Ekstrand2016-03-012-6/+4
* | anv/cmd_buffer: Clean up stencil state setup on gen7Jason Ekstrand2016-03-011-12/+8
* | anv/cmd_buffer: Clean up stencil state setup on gen8Jason Ekstrand2016-03-011-16/+11
* | anv: Add in image->offset when setting up depth bufferKristian Høgsberg Kristensen2016-03-011-1/+1
* | anv/pipeline: Pull 3DSTATE_SBE into a shared helperJason Ekstrand2016-03-013-111/+111
* | genxml: Break output detail of 3DSTATE_SBE on gen7 into a structJason Ekstrand2016-02-292-70/+46
* | anv/cmd_buffer: Dirty push constants when changing pipelines.Jason Ekstrand2016-02-292-0/+22
* | 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