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.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
intel/perf: break GL query stuff away
Lionel Landwerlin
2020-03-27
1
-0
/
+1
*
i965: Use gl_vertex_format in brw_vertex_element.
Mathias Fröhlich
2020-03-10
1
-1
/
+1
*
i965: Remove glbinding from brw_vertex_element.
Mathias Fröhlich
2020-03-10
1
-1
/
+0
*
mesa/i965: remove _mesa_prim::indirect_offset
Marek Olšák
2020-02-28
1
-0
/
+2
*
i965: stop using "indirect" parameter from Driver.Draw (non-indirect)
Marek Olšák
2020-02-28
1
-0
/
+5
*
i965: enable INTEL_blackhole_render
Lionel Landwerlin
2020-02-13
1
-0
/
+3
*
i965: Re-emit l3 state before BLORP executes
Jason Ekstrand
2020-01-30
1
-0
/
+3
*
i965/gen9: Optimize slice and subslice load balancing behavior.
Francisco Jerez
2019-08-12
1
-0
/
+5
*
intel/perf: make perf context private
Mark Janes
2019-08-07
1
-1
/
+1
*
intel/perf: move the perf context into perf
Mark Janes
2019-08-07
1
-57
/
+2
*
intel/perf: rename gen_perf to gen_perf_config
Mark Janes
2019-08-07
1
-1
/
+1
*
i965: Fix INTEL_DEBUG=bat
Caio Marcelo de Oliveira Filho
2019-06-12
1
-1
/
+1
*
i965: move brw_timebase_scale to device info
Lionel Landwerlin
2019-04-17
1
-1
/
+0
*
i965: extract performance query metrics
Lionel Landwerlin
2019-04-17
1
-71
/
+2
*
i965: Move program key debugging to the compiler.
Kenneth Graunke
2019-04-16
1
-20
/
+0
*
intel/common: move gen_debug to intel/dev
Mark Janes
2019-04-10
1
-1
/
+1
*
mesa: rename logging functions to reflect that they format strings
Mark Janes
2019-03-14
1
-9
/
+9
*
i965: Use genxml for emitting PIPE_CONTROL.
Kenneth Graunke
2019-03-11
1
-0
/
+3
*
i965: re-emit index buffer state on a reset option change.
Andrii Simiklit
2019-02-20
1
-0
/
+3
*
i965: scale factor changes should trigger recompile
Lionel Landwerlin
2019-02-18
1
-0
/
+10
*
i965/gen10+: Enable object level preemption.
Rafael Antognolli
2018-12-14
1
-0
/
+2
*
i965/compute: Emit GPGPU_WALKER in genX_state_upload
Jordan Justen
2018-12-12
1
-0
/
+2
*
i965: Flip arguments to load_register_reg helpers.
Kenneth Graunke
2018-12-09
1
-4
/
+4
*
i965: Delete dead brw_meta_resolve_color prototype.
Kenneth Graunke
2018-12-09
1
-7
/
+0
*
mesa: Factor out struct gl_vertex_format.
Mathias Fröhlich
2018-11-21
1
-1
/
+1
*
i965: Bump aperture tracking to u64
Chris Wilson
2018-09-10
1
-1
/
+1
*
i965: Workaround the gen9 hw astc5x5 sampler bug
Jason Ekstrand
2018-09-07
1
-0
/
+11
*
i965: Implement EGL_KHR_mutable_render_buffer
Chad Versace
2018-08-21
1
-0
/
+12
*
i965: remove unused no_rast bool
Timothy Arceri
2018-08-21
1
-1
/
+0
*
mesa: Add gl_shader_program param to ProgramBinarySerializeDriverBlob
Jordan Justen
2018-07-09
1
-0
/
+3
*
i965: Add brw_program_deserialize_driver_blob
Jordan Justen
2018-07-09
1
-2
/
+3
*
i965: Add plumbing for shader time in 32-wide FS dispatch mode.
Francisco Jerez
2018-06-28
1
-0
/
+1
*
i965: Remove ring switching entirely
Jason Ekstrand
2018-05-22
1
-7
/
+0
*
i965: Emit VF cache invalidates for 48-bit addressing bugs with softpin.
Kenneth Graunke
2018-05-22
1
-0
/
+6
*
i965: Introduce a "memory zone" concept on BO allocation.
Kenneth Graunke
2018-05-22
1
-0
/
+1
*
i965: Remove the now unused gl_vertex_array.
Mathias Fröhlich
2018-05-10
1
-4
/
+0
*
i965: Remove the gl_vertex_array indirection.
Mathias Fröhlich
2018-05-10
1
-1
/
+2
*
i965: Use ISL for emitting depth/stencil/hiz state on gen6+
Jason Ekstrand
2018-05-08
1
-53
/
+0
*
i965: Reuse batch decoder infrastructure rather than open coding it.
Kenneth Graunke
2018-05-02
1
-0
/
+3
*
intel: emit is_indexed_draw in the same VE than gl_DrawID
Antia Puentes
2018-05-02
1
-8
/
+23
*
i965: perf: add support for raw queries
Lionel Landwerlin
2018-04-23
1
-1
/
+2
*
intel: Handle firstvertex in an identical way to BaseVertex
Antia Puentes
2018-04-19
1
-2
/
+6
*
mesa: include mtypes.h less
Marek Olšák
2018-04-12
1
-0
/
+1
*
i965: Push down the gl_vertex_array inputs into i965.
Mathias Fröhlich
2018-03-31
1
-0
/
+4
*
mesa: Make gl_vertex_array contain pointers to first order VAO members.
Mathias Fröhlich
2018-03-10
1
-1
/
+1
*
i965: perf: store sysfs device entry into context
Lionel Landwerlin
2018-03-08
1
-0
/
+3
*
i965: Generalize intel_upload.c to support multiple uploaders.
Kenneth Graunke
2018-03-02
1
-5
/
+9
*
i965: Implement GenerateMipmap directly, rather than using Meta.
Kenneth Graunke
2018-02-16
1
-0
/
+4
*
i965: Use the translated color logic op from the context
Ian Romanick
2018-01-26
1
-1
/
+0
*
i965: Replace draw_aux_buffer_disabled with draw_aux_usage
Jason Ekstrand
2018-01-24
1
-9
/
+6
[next]