index
:
mesa.git
gallium_va_encpackedheader01
master
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
mesa
/
drivers
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
i965: Move down genX_upload_sbe in profiles.
Mathias Fröhlich
2020-03-10
1
-3
/
+3
*
mesa: remove _mesa_index_buffer::index_size in favor of index_size_shift
Marek Olšák
2020-03-04
5
-14
/
+15
*
intel: fix the gen 11 compute shader scratch IDs
Paulo Zanoni
2020-03-03
1
-1
/
+6
*
mesa: move num_instances and base_instance out of _mesa_prim
Marek Olšák
2020-02-28
4
-29
/
+48
*
mesa: remove redundant _mesa_prim::is_indexed
Marek Olšák
2020-02-28
1
-9
/
+10
*
mesa/i965: remove _mesa_prim::indirect_offset
Marek Olšák
2020-02-28
3
-15
/
+26
*
mesa: remove unused "indirect" parameter from Driver.Draw
Marek Olšák
2020-02-28
4
-20
/
+12
*
i965: stop using "indirect" parameter from Driver.Draw (non-indirect)
Marek Olšák
2020-02-28
4
-15
/
+26
*
i965: toggle on EXT_texture_norm16
Tapani Pälli
2020-02-26
1
-0
/
+1
*
i965: Use isl_aux_state_transition_write()
Nanley Chery
2020-02-24
1
-183
/
+16
*
i965: Use ISL's access preparation functions
Nanley Chery
2020-02-24
1
-257
/
+35
*
i965: Do not generate D16 B5G6R5_UNORM configs on gen < 8
Danylo Piliaiev
2020-02-20
1
-11
/
+23
*
intel/bufmgr: Cast bitshift to unsigned
Danylo Piliaiev
2020-02-19
1
-1
/
+1
*
mesa: remove unused _mesa_draw_indirect
Marek Olšák
2020-02-14
1
-1
/
+1
*
i965: enable INTEL_blackhole_render
Lionel Landwerlin
2020-02-13
5
-0
/
+49
*
í965: don't use _mesa_prim::is_indirect
Marek Olšák
2020-02-11
1
-7
/
+7
*
vbo: merge use_buffer_objects into vbo_CreateContext to skip the big malloc
Marek Olšák
2020-02-11
9
-11
/
+8
*
vbo: remove immediate mode code that doesn't do anything and simplify stuff
Marek Olšák
2020-02-11
1
-1
/
+0
*
i965: remove duplicated comment
Leandro Ribeiro
2020-02-07
1
-2
/
+1
*
dri: delete gen-symbol-redefs.py
Eric Engestrom
2020-02-05
1
-68
/
+0
*
i965: Do not set front_buffer_dirty if there is no front buffer
Danylo Piliaiev
2020-02-04
1
-1
/
+3
*
intel/blorp: Plumb deref block size through to 3DSTATE_SF
Jason Ekstrand
2020-01-30
1
-1
/
+1
*
intel/common: Return the block size from get_urb_config
Jason Ekstrand
2020-01-30
1
-1
/
+2
*
intel/blorp: Always emit URB config on Gen7+
Jason Ekstrand
2020-01-30
1
-9
/
+19
*
intel: Take a gen_l3_config in gen_get_urb_config
Jason Ekstrand
2020-01-30
1
-3
/
+1
*
i965: Re-emit l3 state before BLORP executes
Jason Ekstrand
2020-01-30
3
-3
/
+7
*
intel/genxml: Drop SLMEnable from L3CNTLREG on Gen11
Jason Ekstrand
2020-01-30
1
-1
/
+2
*
i965: Use brw_batch_references in tex_busy check
Kenneth Graunke
2020-01-30
1
-1
/
+2
*
util/hash_table: update users to use new optimal integer hash functions
Anthony Pesch
2020-01-23
1
-14
/
+2
*
i965: Enable INTEL_shader_integer_functions2 on Gen8+
Ian Romanick
2020-01-23
2
-0
/
+6
*
radeon: Fix multiple definition error with radeon_debug
Timur Kristóf
2020-01-22
2
-7
/
+17
*
nir: Drop the ssbo_offset to atomic lowering.
Eric Anholt
2020-01-21
1
-2
/
+1
*
mesa: Make atomic lowering put atomics above SSBOs.
Eric Anholt
2020-01-21
2
-3
/
+3
*
i965: Simplify brw_get_renderer_string()
Kenneth Graunke
2020-01-13
1
-20
/
+10
*
i965: support EXT_EGL_image_storage
Gurchetan Singh
2020-01-13
2
-0
/
+30
*
i965: refactor intel_image_target_texture_2d
Gurchetan Singh
2020-01-13
1
-4
/
+15
*
i965: track if image is created by a dmabuf
Gurchetan Singh
2020-01-13
2
-0
/
+2
*
dri_util: add driImageFormatToSizedInternalGLFormat function
Gurchetan Singh
2020-01-13
2
-45
/
+82
*
mesa: create program resource hash in a single place
Tapani Pälli
2020-01-09
1
-2
/
+0
*
meta: Add cleanup function for Bitmap
Yevhenii Kolesnikov
2020-01-08
1
-0
/
+17
*
mesa/st/i965: add a ProgramResourceHash for quicker resource lookup
Tapani Pälli
2020-01-07
1
-0
/
+2
*
glsl: rename gl_nir_link() to gl_nir_link_spirv()
Timothy Arceri
2020-01-07
1
-1
/
+1
*
i965: Allow HiZ for glCopyImageSubData sources
Jason Ekstrand
2020-01-04
1
-0
/
+9
*
i965/blorp: Don't resolve HiZ unless we're reinterpreting
Jason Ekstrand
2020-01-04
1
-1
/
+1
*
blorp: Allow reading with HiZ
Jason Ekstrand
2020-01-04
1
-0
/
+6
*
intel: Drop Gen11 WaBTPPrefetchDisable workaround
Kenneth Graunke
2020-01-03
1
-13
/
+1
*
meta: Cleanup function for DrawTex
Yevhenii Kolesnikov
2019-12-30
1
-0
/
+14
*
meson: simplify install_megadrivers.py invocation
Eric Engestrom
2019-12-27
1
-2
/
+1
*
i965/iris/perf: factor out frequency register capture
Lionel Landwerlin
2019-12-18
1
-22
/
+18
*
i965: expose MESA_FORMAT_B8G8R8X8_SRGB visual
Tapani Pälli
2019-12-17
1
-7
/
+14
[prev]
[next]