index
:
~idr/mesa
11.0-meta-cannot-use-glGenBuffers
11.1-meta-cannot-use-glGenBuffers
6b452c51941
ARB_transform_feedback_overflow_query
CID-1429517
EXT_shader_samples_identical
INTEL_shader_atomic_float_minmax
NV_shader_atomic_int64
NaNu-NaNu
always-ARB_framebuffer_object
arb_gpu_shader_int64
asm
assume-CMS-in-precompile
ast_to_hir-work
bool-optimizations
bool-optimizations-v2
bool-optimizations-v4
bool-optimizations-v5
bool-optimizations-v6
byt-cpu-optimizations
c1896cdfefc
cmod-bar
cmod-baz
cmod-foo
cmod-propagation-work
combine-constants
commutative-expression-limits
compare-with-integer-frobbing
cse-neg
cse-neg-v2018.02
daniel-schuermann/mesa-bitfield
derp
double-scheduler
dp-narrowing
ecd3c4bb555
emit-spirv
experiment/Gen5-Boolean-resolve
experiment/fsat-algebraic
experiment/lower-flrp
experiment/nan-compare-logic-ops
experiment/optimize-bfe
experiment/optimize-shifts
experiment/rematerialize-compares
experiment/simple-range-analysis
experiments
expose-fewer-visuals
extension-refactor
fix-GL45-CTS.program_interface_query.uniform-block-types
flexarray
flexarray-func
for-bsi
fortran
generate-code-generator
glsl-diet-v3
glsl-diet-v3-extra-logging
glsl-diet-v4
i915-fixes
i965-license-header
inverted-conditions
ir_variable-diet
ir_variable-diet-v2
iris-threaded-shaders
jenkins
jenkins-vk
kill-nv04
lock_surface
logic-expression-frobbing
loop
lower_bool_to_int32-earlier
master
meta-cannot-use-Gen-v2017.12
meta-fixes
meta-msaa-blit
meta-work-20170628
misc-algebra
nir_lower_clamp_color_outputs-vs-b2f
opt-minimize-Boolean
optimize-bfe
optimize-dph-and-others
optimize-flrp-and-ffma
pauli
peephole_select
pragma-warning
ptn-narrowing
query-renderer
range-analysis-cache
reassociate-vector-scalar-math
remove-ir_assignment-condition
reverse-code-gen
review/issue-6365
review/lower-flrp
robustness
shader-work
source-modifiers
sso4
sso5
sso6
standalone-compiler
standalone-ir_builder
standalone-ir_builder-v2
t_dd_dmatmp
ud-chains
uniform-setter
uniform-setter-20190513
uniform-setter-fast
uniform-setter-v2
uniform-setter-wip
vertex-shader-gcm
viewport-array
wip/combine-constants
wip/fix-shift-counts
wip/improve-range-analysis
yuv-formats
Unnamed repository; edit this file 'description' to name the repository.
idr
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
Files
Lines
2015-10-07
glsl: In later GLSL versions, sequence operator is cannot be a constant expre...
t_dd_dmatmp
Ian Romanick
1
-1
/
+42
2015-10-07
glsl: Add method to determine whether an expression contains the sequence ope...
Ian Romanick
3
-0
/
+97
2015-10-07
glsl: Restrict initializers for global variables to constant expression in ES
Ian Romanick
1
-3
/
+17
2015-10-07
glsl: Only set ir_variable::constant_value for const-decorated variables
Ian Romanick
1
-3
/
+6
2015-10-07
t_dd_dmatmp: Use 'X &= ~N' instead of 'X -= X & N'
Ian Romanick
1
-4
/
+4
2015-10-07
t_dd_dmatmp: Use C99 mixed code and declarations
Ian Romanick
1
-48
/
+29
2015-10-07
t_dd_dmatmp: Require HAVE_POINTS
Ian Romanick
1
-20
/
+15
2015-10-07
radeon: Drop broken front_buffer_reading/drawing optimization
Ian Romanick
3
-46
/
+18
2015-10-07
radeon: Use _mesa_is_front_buffer_drawing
Ian Romanick
4
-25
/
+5
2015-10-07
Revert "mesa: enable KHR_debug for ES contexts"
Emil Velikov
2
-2
/
+1
2015-10-07
egl/dri2: Properly dereference array.
Matt Turner
1
-3
/
+3
2015-10-07
radeonsi: fix a GS hang on VI
Marek Olšák
2
-0
/
+19
2015-10-07
radeonsi: remove TC L2 cache flush for index buffers on VI
Marek Olšák
1
-3
/
+3
2015-10-07
svga: whitespace fixes in svga_sampler_view.c
Brian Paul
1
-8
/
+16
2015-10-07
svga: whitespace fixes in svga_resource_buffer.c
Brian Paul
1
-26
/
+27
2015-10-07
mesa: Remove GL_ARB_sampler_object depth compare error checking.
Stefan Dösinger
1
-18
/
+10
2015-10-07
svga: round UBO constant buffer size up/down to multiple of 16 bytes
Brian Paul
1
-0
/
+18
2015-10-07
egl/dri2: enable EGL_KHR_gl_colorspace for swrast
Emil Velikov
4
-16
/
+20
2015-10-07
egl/dri2: ease srgb __DRIconfig conditionals
Emil Velikov
2
-29
/
+14
2015-10-07
mesa: enable KHR_debug for ES contexts
Emil Velikov
2
-2
/
+3
2015-10-07
main/get: make KHR_debug enums available everywhere
Matthew Waters
1
-9
/
+9
2015-10-07
glapi: add function pointers for KHR_debug for gles
Matthew Waters
2
-0
/
+98
2015-10-07
egl: move memcpy to bring conf->base operations together
Varad Gautam
1
-1
/
+1
2015-10-07
egl: restore surface type before linking config to its display
Varad Gautam
1
-0
/
+2
2015-10-07
nouveau: make sure there's always room to emit a fence
Ilia Mirkin
4
-2
/
+8
2015-10-06
vc4: use nir two-sided-color lowering
Boyan Ding
2
-24
/
+2
2015-10-06
vc4: Fix a leak of the last color read/write surface on context destroy.
Eric Anholt
1
-0
/
+3
2015-10-06
vc4: Fix a memory leak in the simulator case.
Eric Anholt
1
-1
/
+6
2015-10-06
mesa: remove unneeded #include of colormac.h
Mark Janes
1
-1
/
+0
2015-10-06
radeon/r200: remove unneeded #include of colormac.h
Mark Janes
11
-11
/
+0
2015-10-06
i965: remove unneeded #include of colormac.h
Mark Janes
2
-2
/
+0
2015-10-06
i915: remove unneeded #include of colormac.h
Mark Janes
2
-2
/
+0
2015-10-06
i915: Drop broken front_buffer_reading/drawing optimization
Ville Syrjälä
3
-41
/
+15
2015-10-06
mesa/i965: Refactor brw_is_front_buffer_{drawing,reading} to common code
Ian Romanick
6
-33
/
+37
2015-10-06
st/mesa: Don't override NewFramebuffer just to call _mesa_new_framebuffer
Ian Romanick
1
-12
/
+1
2015-10-06
radeon: Don't override NewFramebuffer just to call _mesa_new_framebuffer
Ian Romanick
1
-7
/
+0
2015-10-06
i915: Don't override NewFramebuffer just to call _mesa_new_framebuffer
Ian Romanick
2
-15
/
+0
2015-10-06
i965: Don't override NewFramebuffer just to call _mesa_new_framebuffer
Ian Romanick
2
-16
/
+0
2015-10-06
i830: Fix culling with user fbos on gen2
Ville Syrjälä
1
-0
/
+2
2015-10-06
i915: Adjust line size limits
Ville Syrjälä
1
-2
/
+2
2015-10-06
i915: Enable intel_render path for points
Ville Syrjälä
1
-5
/
+3
2015-10-06
i915: Use COPY_DWORDS for points
Ville Syrjälä
1
-5
/
+1
2015-10-06
i915: Use _tnl_RenderClippedPolygon and _tnl_RenderClippedLine
Ville Syrjälä
1
-17
/
+2
2015-10-06
i915: Handle provoking vertex in intelFastRenderClippedPoly()
Ville Syrjälä
1
-4
/
+12
2015-10-06
t_dd_dmatmp: Check provoking vertex convention when rendering quads
Ville Syrjälä
1
-20
/
+26
2015-10-06
t_dd_dmatmp: Disallow flat shading when rendering quad strips via tri strips
Ville Syrjälä
1
-5
/
+2
2015-10-06
t_dd_dmatmp: Allow flat shaded polygons with tri fans
Ville Syrjälä
1
-2
/
+4
2015-10-06
t_dd_dmatmp: Replace fprintf with unreachable
Ian Romanick
1
-12
/
+9
2015-10-06
radeon: Use C99 initializers for primitive arrays
Ian Romanick
1
-20
/
+20
2015-10-06
i965: Use C99 initializers for primitive arrays
Ian Romanick
1
-24
/
+24
[next]