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/drm: Add stall warnings when mapping or waiting on BOs.
Kenneth Graunke
2017-04-10
1
-1
/
+1
*
i965/drm: Rename drm_bacon_bo to brw_bo.
Kenneth Graunke
2017-04-10
1
-16
/
+16
*
i965/drm: Rename drm_bacon_bufmgr to struct brw_bufmgr.
Kenneth Graunke
2017-04-10
1
-1
/
+1
*
i965: Just use a uint32_t context handle rather than a malloc'd wrapper.
Kenneth Graunke
2017-04-10
1
-2
/
+2
*
i965/drm: Use our internal libdrm (drm_bacon) rather than the real one.
Kenneth Graunke
2017-04-10
1
-19
/
+19
*
i965: Stop using legacy dri_bufmgr_* and intel_* names.
Kenneth Graunke
2017-03-30
1
-1
/
+1
*
i965: Require Kernel 3.6 for Gen4-5 platforms.
Kenneth Graunke
2017-03-27
1
-1
/
+1
*
driconf: add force_glsl_abs_sqrt option
Samuel Pitoiset
2017-03-22
1
-0
/
+3
*
i965: Allow a per gen timebase scale factor
Robert Bragg
2017-03-17
1
-0
/
+15
*
intel/debug: Add a common INTEL_DEBUG=nohiz option
Jason Ekstrand
2017-03-14
1
-1
/
+1
*
i965: Rename brw_format_for_mesa_format() to brw_isl_format_for_mesa_format()
Anuj Phogat
2017-03-09
1
-1
/
+1
*
i965: Remove use of deprecated drm_intel_aub routines
Chris Wilson
2017-03-07
1
-6
/
+0
*
i965: Delete vestiges of resource streamer code.
Kenneth Graunke
2017-03-06
1
-8
/
+0
*
i965: Reduce cross-pollination between the DRI driver and compiler
Jason Ekstrand
2017-03-01
1
-1
/
+0
*
i965: Implement INTEL_performance_query backend
Robert Bragg
2017-02-22
1
-0
/
+3
*
i965: Enable ARB_transform_feedback2 on Sandybridge.
Kenneth Graunke
2017-02-21
1
-0
/
+2
*
i965: Properly reset SVBI counters on ResumeTransformFeedback().
Kenneth Graunke
2017-02-21
1
-0
/
+2
*
driconf: add allow_higher_compat_version option
Samuel Pitoiset
2017-02-15
1
-0
/
+3
*
intel/isl: Rename supports_lossless_compression to supports_ccs_e
Jason Ekstrand
2017-02-02
1
-2
/
+1
*
i965: Support the force_glsl_version driconf option.
Kenneth Graunke
2017-01-29
1
-0
/
+3
*
mesa: use gl_program for CurrentProgram rather than gl_shader_program
Timothy Arceri
2017-01-23
1
-6
/
+4
*
i965: Rework gl_TessLevel*[] handling to use NIR compact arrays.
Kenneth Graunke
2017-01-06
1
-1
/
+1
*
i965: Always set MaxViewports and related limits
Ian Romanick
2017-01-06
1
-2
/
+1
*
st/mesa/glsl/i965: move ImageUnits and ImageAccess fields to gl_program
Timothy Arceri
2017-01-06
1
-1
/
+2
*
i965: add a kernel_features bitfield to intel screen
Iago Toral Quiroga
2017-01-05
1
-2
/
+2
*
i965: get rid of brw->can_do_pipelined_register_writes
Iago Toral Quiroga
2017-01-05
1
-2
/
+0
*
i965: Move the pipelined test for SO register access to the screen
Chris Wilson
2017-01-05
1
-0
/
+2
*
i965: remove brw_context dependency from intel_batchbuffer_init()
Iago Toral Quiroga
2017-01-04
1
-1
/
+1
*
i965: make intel_batchbuffer_free() take a batchbuffer as argument
Iago Toral Quiroga
2017-01-04
1
-1
/
+1
*
i965: Remove perf monitor/query backend
Robert Bragg
2017-01-03
1
-4
/
+0
*
i965: Increase max texture to 16k for gen7+
Jordan Justen
2016-12-07
1
-3
/
+10
*
i965/gen7: expose larger gather offsets
Ilia Mirkin
2016-11-29
1
-2
/
+7
*
i965: Provide slice details to color resolver
Topi Pohjolainen
2016-11-25
1
-5
/
+9
*
i965: Add new interface for full color resolves
Topi Pohjolainen
2016-11-25
1
-3
/
+3
*
i965: get num_images from shader_info rather than gl_linked_shader
Timothy Arceri
2016-11-17
1
-2
/
+2
*
i965/compute: Allow ARB_compute_shader in compat profile
Jordan Justen
2016-11-09
1
-1
/
+1
*
i965: Add function to indicate when sampling with hiz is supported
Jordan Justen
2016-11-08
1
-1
/
+4
*
i956: set RobustAccess true when is supported
Tapani Pälli
2016-10-27
1
-1
/
+3
*
st/mesa/r200/i915/i965: eliminate gl_fragment_program
Timothy Arceri
2016-10-26
1
-1
/
+1
*
i965/mesa/st/swrast: set fs shader_info directly and switch to using it
Timothy Arceri
2016-10-26
1
-1
/
+1
*
nir/i965/anv/radv/gallium: make shader info a pointer
Timothy Arceri
2016-10-26
1
-1
/
+1
*
i965: get outputs read from nir info
Timothy Arceri
2016-10-06
1
-1
/
+2
*
i965/sync: Replace 'intel' prefix with 'brw'
Chad Versace
2016-10-05
1
-1
/
+1
*
i965/gen8+: Enable GL_OES_viewport_array
Anuj Phogat
2016-10-04
1
-2
/
+3
*
i965: Only emit 1 viewport when possible.
Kenneth Graunke
2016-10-03
1
-0
/
+1
*
i965: get rid of duplicated values from gen_device_info
Lionel Landwerlin
2016-09-23
1
-17
/
+5
*
intel/i965: make gen_device_info mutable
Lionel Landwerlin
2016-09-23
1
-3
/
+3
*
i965: Rename intelScreen to screen.
Kenneth Graunke
2016-09-20
1
-22
/
+22
*
i965: Rename __DRIScreen pointers to "dri_screen".
Kenneth Graunke
2016-09-20
1
-21
/
+21
*
Revert "i965: Drop the maximum 3D texture size to 512 on Sandy Bridge"
Jason Ekstrand
2016-09-12
1
-10
/
+1
[next]