Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
mesa3d
/
62a5e6e03117e5eb3f777633409cb8036be6877d
62a5e6e
isl/state: Refactor the per-gen isl_to_gen_h/valign tables
by Jason Ekstrand
· 8 years ago
b1b0d6f
isl/state: Return an extent3d from the halign/valign helper
by Jason Ekstrand
· 8 years ago
a60ae9e
isl/state: Put pitch calculations together
by Jason Ekstrand
· 8 years ago
70c8afc
isl/state: Put all dimension setup together and towards the top
by Jason Ekstrand
· 8 years ago
e66e70e
isl/state: Put surface format setup at the top
by Jason Ekstrand
· 8 years ago
39baea5
isl/state: Remove some unused fields
by Jason Ekstrand
· 8 years ago
caf2af4
isl/state: Don't use designated initializers for the surface state
by Jason Ekstrand
· 8 years ago
de1d194
genxml/gen8,9: Prefix the multisample format enum with MSFMT
by Jason Ekstrand
· 8 years ago
320de71
i965/blorp: Only set src_z for gen8+ 3D textures
by Jason Ekstrand
· 8 years ago
664dc89
i965/gen7,8: Set SURFACE_IS_ARRAY for all non-3D texture types
by Jason Ekstrand
· 8 years ago
2a1cc94
i965/gen4: Subtract 1 from buffer sizes
by Jason Ekstrand
· 8 years ago
e8580b8
i965: Remove fake W-tiled render target support
by Jason Ekstrand
· 8 years ago
0195299
i965/fs: Use a default Y coordinate of 0 for TXF on gen9+
by Jason Ekstrand
· 8 years ago
1436238
i965/gen8: Use the qpitch from the aux_mt for AUX_QPITCH
by Jason Ekstrand
· 8 years ago
620f81d
i965/blorp/gen8: Use the correct max level and layer in emit_surface_states
by Jason Ekstrand
· 8 years ago
6ba88bc
i965: Drop the maximum 3D texture size to 512 on Sandy Bridge
by Jason Ekstrand
· 8 years ago
0f9cd74
i965/gen4-6: Handle gl_texture_object::BaseLevel and MinLayer correctly
by Jason Ekstrand
· 8 years ago
ee39d3b
i965/gen4: Pull texture formats from the texture object not the miptree
by Jason Ekstrand
· 8 years ago
77d6add
i965: Fix point size with tessellation/geometry shaders in GLES.
by Kenneth Graunke
· 8 years ago
5d85a21
.mailmap: fix my main address
by Marek Olšák
· 8 years ago
356ea9a
i965: move vs outputs written into a helper
by Timothy Arceri
· 9 years ago
3948cd3
st/mesa: use a single memcpy in st_ReadPixels when possible
by Nicolai Hähnle
· 8 years ago
36ed1b6
glsl: only match gl_FragData and not gl_SecondaryFragDataEXT
by Ilia Mirkin
· 8 years ago
1f4bca7
nv50,nvc0: fix start_instance in manual push path
by Ilia Mirkin
· 8 years ago
5b0d648
translate: fix start_instance parameter in sse version
by Ilia Mirkin
· 8 years ago
35b53c8
anv/cmd: Dirty descriptor sets when a new pipeline is bound
by Jason Ekstrand
· 8 years ago
2bfe0c3
anv/cmd: Move emit_descriptor_pointers to genX_cmd_buffer.c
by Jason Ekstrand
· 8 years ago
9df4d6b
anv/cmd: Move flush_descriptor_sets to anv_cmd_buffer.c
by Jason Ekstrand
· 8 years ago
295e03c
spirv: Use the system value version of gl_FrontFace
by Jason Ekstrand
· 8 years ago
40013c5
i965: Reorganize prog_data->total_scratch code a bit.
by Kenneth Graunke
· 8 years ago
b16d212
radeonsi: add a debug flag for unsafe math LLVM optimizations
by Marek Olšák
· 8 years ago
70a2547
radeonsi: use u_blitter for mipmap generation
by Marek Olšák
· 8 years ago
5fed112
gallium/u_blitter: implement mipmap generation
by Marek Olšák
· 8 years ago
3735a92
st/mesa: cache staging texture for glReadPixels
by Nicolai Hähnle
· 8 years ago
a571859
st/mesa: invalidate readpixels cache
by Nicolai Hähnle
· 8 years ago
615ba11
st/mesa: add readpix_cache structure
by Nicolai Hähnle
· 8 years ago
b74c231
st/mesa: move ReadPixels blit into a separate function
by Nicolai Hähnle
· 8 years ago
f9ddd52
st/mesa: flush bitmap cache before CopyImageSubData
by Nicolai Hähnle
· 8 years ago
e7fff3c
st/mesa: flush bitmap cache before texture functions
by Nicolai Hähnle
· 8 years ago
c542b7e
st/mesa: flush bitmap cache before compute dispatch
by Nicolai Hähnle
· 8 years ago
644e015
i965: get PrimitiveMode from the program rather than the shader struct
by Timothy Arceri
· 8 years ago
82e0bbd
clover: Fix build against clang SVN >= r273191
by Vedran Miletić
· 8 years ago
cd89c83
i965: Fix multiplication of immediates on Cherryview/Broxton.
by Kenneth Graunke
· 8 years ago
eb6764c
anv: Add proper support for depth clamping
by Jason Ekstrand
· 8 years ago
8a46b50
anv/cmd_buffer: Split emit_viewport in two
by Jason Ekstrand
· 8 years ago
20e95a7
anv/cmd_buffer: Set depth/stencil extent based on the image
by Jason Ekstrand
· 8 years ago
b65f2e4
anv/cmd_buffer: Don't crash if push constants are provided for missing stages
by Jason Ekstrand
· 8 years ago
e6c2fe4
anv/pipeline: Do invariance propagation on SPIR-V shaders
by Jason Ekstrand
· 8 years ago
bec07b7
nir/alu_to_scalar: Respect the exact ALU operation qualifier
by Jason Ekstrand
· 8 years ago
202751f
nir: Add a pass for propagating invariant decorations
by Jason Ekstrand
· 8 years ago
68e308d
nir/algebraic: Remove imprecise flog2 optimizations
by Jason Ekstrand
· 8 years ago
895f7dd
i965: Delete redundant extension enables
by Ian Romanick
· 8 years ago
d3a5cae
mesa: Fix incorrect "see also" comments
by Ian Romanick
· 8 years ago
08cd234
mesa: Silence unused parameter warning
by Ian Romanick
· 8 years ago
64180de
gallium: make image_view const
by Rob Clark
· 8 years ago
ef534b9
gallium: make constant_buffer const
by Rob Clark
· 8 years ago
e1c1c40
gallium: make shader_buffers const
by Rob Clark
· 8 years ago
1167905
radeonsi: use trapezoid distribution for tess on Fiji and Polaris
by Nicolai Hähnle
· 8 years ago
650137a
radeonsi/sid: add Fiji+ tesselation distribution mode
by Nicolai Hähnle
· 8 years ago
32fd92e
radeonsi: emit PA_SC_RASTER_CONFIG_1 only once
by Nicolai Hähnle
· 8 years ago
c951755
radeonsi: fix calculation of valid RB mask per SE
by Nicolai Hähnle
· 8 years ago
6c2e636
radeonsi: raise SI_PM4_MAX_DW
by Nicolai Hähnle
· 8 years ago
b0cf991
gallivm: don't use integer min/max sse intrinsics with llvm >= 3.9
by Roland Scheidegger
· 8 years ago
154c0a4
nvc0: don't make use of push hint if there are no non-const user vbos
by Ilia Mirkin
· 8 years ago
1804aa0
gk104/ir: fix tex use generation to be more careful about eliding uses
by Ilia Mirkin
· 8 years ago
194bcb4
nv50: add support for GL_EXT_window_rectangles
by Ilia Mirkin
· 8 years ago
b21a00d
nvc0: add support for GL_EXT_window_rectangles
by Ilia Mirkin
· 8 years ago
d1bdc12
st/mesa: add support for GL_EXT_window_rectangles
by Ilia Mirkin
· 8 years ago
07fcb06
gallium: add PIPE_CAP_MAX_WINDOW_RECTANGLES to all drivers
by Ilia Mirkin
· 8 years ago
82fab73
gallium: add API for setting window rectangles
by Ilia Mirkin
· 8 years ago
d68c1e2
mesa: add GL_EXT_window_rectangles state storage/retrieval functionality
by Ilia Mirkin
· 8 years ago
78506ad
glapi: add GL_EXT_window_rectangles entrypoints
by Ilia Mirkin
· 8 years ago
b214e0d
nv50/ir: add missing strings for some recent sysvals
by Samuel Pitoiset
· 8 years ago
6b0ac95
swr: Update screen->context pointer with multiple contexts.
by Bruce Cherniak
· 8 years ago
ace3124
scons: put the generated git_sha1.h file in top-level src/ directory
by Brian Paul
· 8 years ago
5a64549
swr: switch from overriding -march to selecting features
by Tim Rowley
· 8 years ago
481e924
mesa: remove remaining tabs in api_validate.c
by Timothy Arceri
· 8 years ago
bdab572
i965/fs: indirect addressing with doubles is not supported in CHV/BSW/BXT
by Samuel Iglesias Gonsálvez
· 8 years ago
0177dbb
i965/fs: Fix single-precision to double-precision conversions for CHV/BSW/BXT
by Iago Toral Quiroga
· 8 years ago
48593ea
docs: Mention GL_ARB_ES3_1_compatibility in release notes.
by Kenneth Graunke
· 8 years ago
a08a165
i965: Fix comment about CS scratch space encodings on Broadwell+.
by Kenneth Graunke
· 8 years ago
93d8f80
docs: Update ARB_ES3_1_compatibility status for i965.
by Kenneth Graunke
· 8 years ago
1f9445f
i965: Drop perf_debug about rasterizer discard in SOL vs. clipper.
by Kenneth Graunke
· 9 years ago
32b1c0b
i965: Enable GL_ARB_ES3_1_compatibility on Gen8+ if CS are available.
by Kenneth Graunke
· 8 years ago
6bec55a
mesa: If validation fails in a debug context just emit a debug message
by Ian Romanick
· 8 years ago
9c87282
glsl: Always strip arrayness in precision_qualifier_allowed
by Ian Romanick
· 8 years ago
d04f652
mesa/main: Update _mesa_new_shader.
by Jose Fonseca
· 8 years ago
6d877d7
st/vdpau: we support lumakeying now
by Christian König
· 8 years ago
bf89e67
vl: support luma keying for interlaced surfaces as well
by Christian König
· 8 years ago
456b5d9
i965: remove remaining tabs in brw_link.cpp
by Timothy Arceri
· 8 years ago
0e73d94
vbo: Use a bitmask to track the active arrays in vbo_save*.
by Mathias Fröhlich
· 8 years ago
bc4e0c4
vbo: Use a bitmask to track the active arrays in vbo_exec*.
by Mathias Fröhlich
· 8 years ago
22e5d4a
mesa: Use bitmask/ffs to iterate the active_samplers bitmask.
by Mathias Fröhlich
· 8 years ago
34f741b
mesa: Use bitmask/ffs to iterate the enabled textures.
by Mathias Fröhlich
· 8 years ago
11a5b77
mesa: Use designated bool value to check texture unit completeness.
by Mathias Fröhlich
· 8 years ago
c14ec9a
mesa: Use bitmask/ffs to iterate SamplersUsed
by Mathias Fröhlich
· 8 years ago
53691b7
i965: Use bitmask/ffs to iterate used vertex attributes.
by Mathias Fröhlich
· 8 years ago
b670f0d
i965: Use bitmask/ffs to iterate enabled clip planes.
by Mathias Fröhlich
· 8 years ago
a0fe569
radeon/r200: Use bitmask/ffs to iterate enabled clip planes.
by Mathias Fröhlich
· 8 years ago
dc9e604
mesa: Use bitmask/ffs to iterate enabled clip planes.
by Mathias Fröhlich
· 8 years ago
Next »