index
:
mesa.git
gallium_va_encpackedheader01
master
Unnamed repository; edit this file 'description' to name the repository.
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
mesa
/
drivers
/
dri
/
i965
/
brw_context.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
i965: Use NIR by default for vertex shaders on GEN8+
Jason Ekstrand
2015-05-18
1
-1
/
+1
*
i965: Use predicate enable bit for conditional rendering w/o stalling
Neil Roberts
2015-05-12
1
-0
/
+4
*
i965/gen6: setup limits for ARB_viewport_array
Chris Forbes
2015-05-06
1
-2
/
+2
*
i965: Fix missing type in local variable declaration.
Kenneth Graunke
2015-05-05
1
-1
/
+1
*
i965: Implement DispatchCompute() back-end
Paul Berry
2015-05-02
1
-0
/
+1
*
i965/cs: Set invocation counts based on max_cs_threads
Jordan Justen
2015-05-02
1
-0
/
+24
*
i965/cs: Add max_cs_threads
Jordan Justen
2015-05-02
1
-0
/
+1
*
i965/fs: Support compute programs in fs_visitor
Jordan Justen
2015-05-02
1
-0
/
+2
*
Fix a few typos
Zoë Blade
2015-04-27
1
-2
/
+2
*
i965/device_info: Add a supports_simd16_3src flag
Jason Ekstrand
2015-04-22
1
-24
/
+0
*
i965: replace __FUNCTION__ with __func__
Marius Predut
2015-04-14
1
-2
/
+2
*
i965: Remove useless null check.
Matt Turner
2015-04-11
1
-4
/
+0
*
nir: split out lower_sub from lower_negate
Rob Clark
2015-04-11
1
-0
/
+1
*
i965: Use NIR by default for fragment shaders
Jason Ekstrand
2015-04-10
1
-1
/
+1
*
i965: Don't set NirOptions for stages that will use the vec4 backend.
cros-mesa-10.6-vanilla
chadv/cros-mesa-10.6-vanilla
chadv/cros-gerrit-262788-base
Kenneth Graunke
2015-04-10
1
-9
/
+6
*
i965: Check the INTEL_USE_NIR environment variable once at context creation
Jason Ekstrand
2015-04-03
1
-1
/
+9
*
i965: Use the same nir options for all gens
Jason Ekstrand
2015-04-01
1
-10
/
+2
*
i965/nir: Run the ffma peephole after the rest of the optimizations
Jason Ekstrand
2015-04-01
1
-0
/
+5
*
i965/nir: Use NIR lowering for ffma for gen < 6
Jason Ekstrand
2015-03-23
1
-2
/
+10
*
i965: define I915_PARAM_REVISION
Dave Airlie
2015-03-23
1
-0
/
+5
*
i965: Store the GPU revision number in brw_context
Neil Roberts
2015-03-20
1
-0
/
+19
*
i965: Defer the throttle until we submit new commands
Chris Wilson
2015-03-18
1
-34
/
+0
*
i965: Throttle to the previous frame
Chris Wilson
2015-03-18
1
-7
/
+12
*
i965: Throttle rendering to an fbo
Chris Wilson
2015-03-18
1
-4
/
+12
*
nir: Add native_integers to nir_shader_compiler_options.
Kenneth Graunke
2015-03-08
1
-1
/
+3
*
nir: Try to make sense of the nir_shader_compiler_options code.
Kenneth Graunke
2015-03-08
1
-0
/
+5
*
i965: free scratch buffers when destroying the context
Iago Toral Quiroga
2015-03-06
1
-0
/
+6
*
i965: Fix non-AA wide line rendering with fractional line widths
Iago Toral Quiroga
2015-02-24
1
-2
/
+2
*
i965: Add device limits for tess threads & URB entries
Chris Forbes
2015-02-17
1
-0
/
+4
*
i965: Sets missing vertex shader constant values for HighInt format
Eduardo Lima Mitev
2015-01-13
1
-0
/
+6
*
i965/skl: Report more accurate number of samples for format
Kristian Høgsberg
2015-01-07
1
-0
/
+2
*
i965: Generate vs code using scalar backend for BDW+
Kristian Høgsberg
2014-12-10
1
-0
/
+13
*
i965: Use ~0 to represent true on all generations.
Matt Turner
2014-12-05
1
-11
/
+3
*
i965: Remove "disable_derivative_optimization" driconf option.
Kenneth Graunke
2014-12-02
1
-3
/
+0
*
i965: Advertise a line width of 40.0 on Cherryview and Skylake.
Kenneth Graunke
2014-11-08
1
-1
/
+5
*
i965: Advertise larger line widths.
Kenneth Graunke
2014-11-08
1
-3
/
+9
*
i965: Skip recalculating URB allocations if the entry size didn't change.
Eric Anholt
2014-10-24
1
-1
/
+1
*
i965: Initialize the SampleMap{2,4,8}x variables
Anuj Phogat
2014-10-01
1
-0
/
+8
*
i965: Avoid null access in intelMakeCurrent()
Juha-Pekka Heikkila
2014-09-23
1
-3
/
+7
*
i965/gen6/gs: Enable texture units and upload sampler state.
Iago Toral Quiroga
2014-09-19
1
-1
/
+1
*
i965: Request lowering gl_VertexID
Ian Romanick
2014-09-10
1
-0
/
+1
*
i965: Use ~0 to represent true on Gen >= 6.
Matt Turner
2014-08-18
1
-1
/
+26
*
i965: Split gen6 depth hiz state out from brw
Jordan Justen
2014-08-15
1
-1
/
+1
*
i965: Split gen6 renderbuffer surface state from gen5 and older
Jordan Justen
2014-08-15
1
-0
/
+3
*
i965: Implement fast color clears using meta operations
Kristian Høgsberg
2014-08-15
1
-0
/
+1
*
i965: Move pre-draw resolve buffers to dd::UpdateState
Kristian Høgsberg
2014-08-15
1
-0
/
+25
*
i965: Add context flag to disable the viewport transform
Kristian Høgsberg
2014-08-15
1
-0
/
+1
*
i965: Rename intelValidateState to intel_update_state
Kristian Høgsberg
2014-08-14
1
-7
/
+7
*
mesa: move ShaderCompilerOptions into gl_constants
Marek Olšák
2014-08-11
1
-11
/
+11
*
i965: Add support for ARB_copy_image
Jason Ekstrand
2014-08-11
1
-0
/
+1
[next]