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
7.10
7.11
7.8
7.8-gles
7.9
8.0
9.0
9.1
9.2
gallium-no-rhw-position
master
opengl-es-v2
staging/20.0
staging/20.1
staging/20.2
staging/20.3
staging/21.0
staging/21.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
/
gallium
/
state_trackers
Age
Commit message (
Expand
)
Author
Files
Lines
2018-10-09
st/dri: Handle BGRA5551 format
Michel Dänzer
1
-0
/
+13
2018-10-03
pipe-loader: move dup(fd) within pipe_loader_drm_probe_fd
Emil Velikov
3
-26
/
+6
2018-10-03
st/dri: make swrast_no_present member of dri_screen
Emil Velikov
2
-4
/
+5
2018-10-03
st/dri: inline dri2_buffer.h within dri2.c
Emil Velikov
4
-26
/
+16
2018-10-03
st/xa: remove unused xa_screen::d[s]_depth_bits_last
Emil Velikov
1
-2
/
+0
2018-09-25
st/nine: Do not mark both ff vs and ps updated
Axel Davy
1
-2
/
+4
2018-09-25
st/nine: Split NINE_STATE_FF_OTHER
Axel Davy
5
-23
/
+23
2018-09-25
st/nine: Add dummy ff shader state
Axel Davy
2
-8
/
+12
2018-09-25
st/nine: Mark pointsize states as ff states
Axel Davy
1
-3
/
+3
2018-09-25
st/nine: Minor refactor of a few NINE_STATE_* flags
Axel Davy
3
-17
/
+14
2018-09-25
st/nine: Increase maximum number of temp registers
Axel Davy
1
-1
/
+1
2018-09-25
st/nine: Lock the entire buffer in some cases.
Axel Davy
1
-0
/
+8
2018-09-25
st/nine: Don't call SetCursor until a cursor is set
Axel Davy
1
-1
/
+8
2018-09-25
st/nine: Avoid redundant SetCursorPos calls
Axel Davy
1
-0
/
+4
2018-09-25
st/nine: Init cursor position at device creation
Axel Davy
1
-2
/
+5
2018-09-25
st/nine: Initialize manually cursor structure
Axel Davy
1
-0
/
+4
2018-09-25
st/nine: Check if format is DS before retrieving flags
Axel Davy
1
-0
/
+2
2018-09-25
st/nine: Remove clamping when mul_zero_wins
Axel Davy
1
-8
/
+47
2018-09-25
st/nine: Implement predicated instructions
Axel Davy
1
-7
/
+55
2018-09-25
st/nine: Fix aliased read in ff
Axel Davy
1
-3
/
+3
2018-09-25
st/nine: Fix ff assignment with aliasing
Axel Davy
1
-9
/
+9
2018-09-25
st/nine: Clarify some ff assignments
Axel Davy
1
-6
/
+6
2018-09-25
st/nine: Print transform matrices in debug
Axel Davy
1
-0
/
+14
2018-09-25
st/nine: Add ff key hash to help debug
Axel Davy
1
-0
/
+2
2018-09-25
st/nine: Avoid RefToBind calls in ff
Axel Davy
3
-4
/
+10
2018-09-25
st/nine: Add new helper for object creation with bind
Axel Davy
1
-0
/
+26
2018-09-25
st/nine: Add parameter to start with bind
Axel Davy
3
-3
/
+18
2018-09-25
st/nine: Use perspective correction for ps depth fog
Axel Davy
1
-7
/
+9
2018-09-25
st/nine: Clamp RCP when 0*inf!=0
Axel Davy
1
-1
/
+13
2018-09-19
st/dri: don't set queryDmaBufFormats/queryDmaBufModifiers if the driver does ...
Michal Srb
1
-2
/
+4
2018-09-18
mesa/st: add force_compat_profile option to driconfig
Timothy Arceri
1
-2
/
+8
2018-09-13
st/vdpau: Use output buffer as back buffer with 24-bit color only
Leo Liu
1
-1
/
+2
2018-09-10
gallium: Correctly handle no config context creation
Elie Tournier
1
-1
/
+3
2018-09-07
Replace uses of _mesa_bitcount with util_bitcount
Dylan Baker
2
-8
/
+10
2018-09-06
gallium: split depth_clip into depth_clip_near & depth_clip_far
Marek Olšák
2
-2
/
+4
2018-09-04
st/vdpau: silence an unitialized-variable warning
Marek Olšák
1
-1
/
+1
2018-08-31
st/dri: Don't expose sRGB formats to clients
Daniel Stone
1
-0
/
+6
2018-08-30
st/mesa, gallium: add a workaround for No Mans Sky
Timothy Arceri
1
-0
/
+2
2018-08-21
mesa: remove unused dri config option disable_shader_bit_encoding
Timothy Arceri
2
-3
/
+0
2018-08-16
bin: always define MESA_GIT_SHA1 to make it directly usable in code
Eric Engestrom
2
-10
/
+2
2018-08-07
dri: Add param driCreateConfigs(mutable_render_buffer)
Chad Versace
1
-2
/
+2
2018-07-31
gallium: add storage_sample_count parameter into is_format_supported
Marek Olšák
17
-38
/
+44
2018-07-31
gallium: add pipe_resource::nr_storage_samples, and set it same as nr_samples
Marek Olšák
11
-1
/
+16
2018-07-26
clover: Reduce wait_count in abort path.
Jan Vesely
1
-1
/
+3
2018-07-26
clover: Don't extend illegal integer types.
Jan Vesely
2
-2
/
+13
2018-07-20
st/dri: Don't require a dri_format for image creation.
Eric Anholt
2
-13
/
+1
2018-07-17
clover: Report error when pipe driver fails to create compute state
Jan Vesely
1
-0
/
+4
2018-07-17
clover: Catch errors from executing event action
Jan Vesely
1
-1
/
+3
2018-07-17
st/glx: constify some variables
Konstantin Kharlamov
1
-1
/
+1
2018-07-17
st/nine: constify some variables
Konstantin Kharlamov
2
-6
/
+6
[next]