index
:
mesa/mesa
10.0
10.1
10.2
10.3
10.4
10.5
10.6
11.0
11.1
11.2
12.0
13.0
17.0
17.1
17.2
17.3
18.0
18.1
18.2
18.3
19.0
19.1
19.2
19.3
20.0
20.1
20.2
20.3
21.0
21.1
21.2
21.3
22.0
22.1
7.10
7.11
7.8
7.8-gles
7.9
8.0
9.0
9.1
9.2
gallium-no-rhw-position
main
marge_bot_batch_merge_job
opengl-es-v2
staging/20.0
staging/20.1
staging/20.2
staging/20.3
staging/21.0
staging/21.1
staging/21.2
staging/21.3
staging/22.0
staging/22.1
tess-use-io-semantics
virgl_fix_type_v1
The Mesa 3D Graphics Library (mirrored from https://gitlab.freedesktop.org/mesa/mesa)
brianp
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
mesa
/
drivers
/
dri
/
i965
/
genX_state_upload.c
Age
Commit message (
Expand
)
Author
Files
Lines
2021-12-03
classic/i965: Remove driver
Dylan Baker
1
-6088
/
+0
2021-11-08
intel: move away from booleans to identify platforms
Lionel Landwerlin
1
-4
/
+6
2021-10-28
i965: Set MOCS for Bindless Surface/Sampler State base addresses
Kenneth Graunke
1
-0
/
+6
2021-10-28
i965: Port STATE_BASE_ADDRESS to genxml and fix bugs
Kenneth Graunke
1
-0
/
+158
2021-10-28
i965: Set MOCS for 3DSTATE_INDEX_BUFFER on Gfx6/7 as well.
Kenneth Graunke
1
-1
/
+4
2021-10-28
i965: Set MOCS for 3DSTATE_SO_BUFFERS on Gfx7.x too
Kenneth Graunke
1
-1
/
+1
2021-10-28
i965: Set MOCS on NULL stream output buffers
Kenneth Graunke
1
-0
/
+1
2021-10-28
i965: Set MOCS for push constant buffers on Haswell and Gfx9+
Kenneth Graunke
1
-2
/
+7
2021-10-28
i965: Use ISL for MOCS rather than open coding it everywhere
Kenneth Graunke
1
-16
/
+7
2021-10-15
intel: fix INTEL_DEBUG environment variable on 32-bit systems
Marcin Ślusarz
1
-1
/
+1
2021-09-30
intel/gfx7: Change GPGPU Mode to bool
Jordan Justen
1
-1
/
+1
2021-09-13
intel: Move subslice_total into devinfo
Jordan Justen
1
-9
/
+2
2021-06-27
mesa: translate into pipe_sampler_state in GL functions
Marek Olšák
1
-20
/
+20
2021-05-04
i965: Use brw_cs_get_dispatch_info()
Caio Marcelo de Oliveira Filho
1
-12
/
+13
2021-04-20
intel: Rename gen_device prefix to intel_device
Anuj Phogat
1
-10
/
+10
2021-04-20
intel: Rename gen_device prefix in filenames
Anuj Phogat
1
-1
/
+1
2021-04-15
Convert most remaining free-form fall-through comments to FALLTHROUGH
Michel Dänzer
1
-3
/
+3
2021-04-02
intel: Rename WA_### to Wa_###
Anuj Phogat
1
-3
/
+3
2021-04-02
intel: Rename GEN:BUG:### to Wa_###
Anuj Phogat
1
-1
/
+1
2021-04-02
intel: Rename GENx keyword to GFXx
Anuj Phogat
1
-6
/
+6
2021-04-02
intel: Rename Genx keyword to Gfxx
Anuj Phogat
1
-10
/
+10
2021-04-02
intel: Rename genx keyword to gfxx in source files
Anuj Phogat
1
-45
/
+45
2021-04-02
intel: Rename GENx prefix in macros to GFXx in source files
Anuj Phogat
1
-6
/
+6
2021-04-02
intel: Rename genx10 field in gen_device_info struct to verx10
Anuj Phogat
1
-1
/
+1
2021-04-02
intel: Rename GEN_GEN macro to GFX_VER
Anuj Phogat
1
-238
/
+238
2021-04-02
intel: Rename GEN_VERSIONx10 macro to GFX_VERx10
Anuj Phogat
1
-22
/
+22
2021-03-16
intel: Simplify few version checks involving G4X
Anuj Phogat
1
-1
/
+1
2021-03-16
intel: Remove GEN_IS_G4X macro
Anuj Phogat
1
-3
/
+3
2021-03-16
intel: Simplify version checks involving haswell
Anuj Phogat
1
-9
/
+9
2021-03-16
intel: Remove GEN_IS_HASWELL macro
Anuj Phogat
1
-18
/
+18
2021-03-11
i965: Rename files with "intel_" prefix to "brw_"
Anuj Phogat
1
-3
/
+3
2021-03-10
intel: Rename "GEN_" prefix used in common code to "INTEL_"
Anuj Phogat
1
-5
/
+5
2021-03-10
intel: Fix broken alignment due to gen_ prefix renaming
Anuj Phogat
1
-5
/
+5
2021-03-10
intel: Rename "gen_" prefix used in common code to "intel_"
Anuj Phogat
1
-1
/
+1
2021-03-10
intel: Rename files with gen_ prefix in common code to intel_
Anuj Phogat
1
-2
/
+2
2021-03-01
intel/dev: Add devinfo genx10 field
Jordan Justen
1
-0
/
+2
2021-02-25
i965: Eliminate all tabs except in brw_defines.h
Kenneth Graunke
1
-6
/
+6
2021-02-25
i965: Rename the rest of intel_* functions to brw_*
Kenneth Graunke
1
-13
/
+13
2021-02-25
i965: Rename intel_buffer_object to brw_buffer_object
Kenneth Graunke
1
-5
/
+5
2021-02-25
i965: Rename intel_renderbuffer to brw_renderbuffer
Kenneth Graunke
1
-1
/
+1
2021-02-15
mesa: optimize the dual source blend error checking using a bitmask
Marek Olšák
1
-6
/
+6
2021-01-30
mesa: fix glPopAttrib for many texture fields
Marek Olšák
1
-2
/
+2
2020-12-01
mesa: reorganize gl_texture and sampler structures for glPush/PopAttrib
Marek Olšák
1
-39
/
+40
2020-11-18
mesa: add primitive restart state to Driver.Draw parameters
Marek Olšák
1
-4
/
+2
2020-11-18
mesa: index _RestartIndex with index_size_shift
Marek Olšák
1
-1
/
+1
2020-11-18
mesa: move primitive restart enablement determination from st/mesa to main
Marek Olšák
1
-1
/
+1
2020-11-09
intel: Pointer to SCISSOR_RECT array should be 64B aligned
20.3-branchpoint
Anuj Phogat
1
-2
/
+8
2020-10-15
i965: Silence many unused parameter warnings in genX_state_upload.c
Ian Romanick
1
-3
/
+4
2020-07-17
mesa: treat Color._AdvancedBlendMode as enum
Erik Faye-Lund
1
-1
/
+2
2020-07-02
i965: add and fix fallthrough comments
Timothy Arceri
1
-3
/
+3
[next]