Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
mesa3d
/
a2f16db19b18bcb0e00702b17adc84483c17c590
a2f16db
Android: glsl: fix dependence on YACC_HEADER_SUFFIX from build system
by Rob Herring
· 9 years ago
794221f
Android: remove dependence on .SECONDEXPANSION
by Rob Herring
· 9 years ago
574a92b
Android: fix build break from nir/glsl move to compiler/
by Rob Herring
· 9 years ago
a640ad1
gallium/radeon: disable evergreen_do_fast_color_clear for BE
by Oded Gabbay
· 9 years ago
e3dfc0e
gallium/r600: Don't let h/w do endian swap for colorformat
by Oded Gabbay
· 9 years ago
9559071
gallium/radeon: remove separate BE path in r600_translate_colorswap
by Oded Gabbay
· 9 years ago
07ed003
nv50/ir: emit VOTE instruction
by Samuel Pitoiset
· 9 years ago
b3efa0a
gk110/ir: add ld lock/st unlock emission
by Samuel Pitoiset
· 9 years ago
aa3b85f
nv50,nvc0: bump minimum texture buffer offset alignment
by Ilia Mirkin
· 9 years ago
e2dce1a
mesa: add GL_OES_gpu_shader5 and GL_EXT_gpu_shader5 support
by Ilia Mirkin
· 9 years ago
2875183
mesa: expose GL_EXT_texture_sRGB_decode on GLES 3.0+
by Ilia Mirkin
· 9 years ago
585b18f
i965/cfg: Fix comment list punctuation
by Ian Romanick
· 9 years ago
5bfb302
i965/cfg: Split out dead control flow paths to simplify both paths
by Ian Romanick
· 9 years ago
2513a20
i965/cfg: Don't handle fully empty if/else/endif
by Ian Romanick
· 9 years ago
69bb063
i965/cfg: Eliminate an empty then-branch of an if/else/endif
by Ian Romanick
· 9 years ago
c7deee6
i965/cfg: Track prev_block and prev_inst explicitly in the whole function
by Ian Romanick
· 9 years ago
70cf0eb
i965/cfg: Slightly rearrange dead_control_flow_eliminate
by Ian Romanick
· 9 years ago
a0294c2
i965: Simplify brw_nir_lower_vue_inputs() slightly.
by Kenneth Graunke
· 9 years ago
8151003
i965: Avoid recalculating the normal VUE map for IO lowering.
by Kenneth Graunke
· 9 years ago
15b3639
i965: Avoid recalculating the tessellation VUE map for IO lowering.
by Kenneth Graunke
· 9 years ago
cfbd983
i965: Eliminate brw_nir_lower_{inputs,outputs,io} functions.
by Kenneth Graunke
· 9 years ago
b96ddd2
i965: Split brw_nir_lower_inputs/outputs into per-stage functions.
by Kenneth Graunke
· 9 years ago
d33c478
i965: Remove catch-all nir_lower_io call with specific cases.
by Kenneth Graunke
· 9 years ago
51f8797
i965: Move optimizations from brw_nir_lower_io to brw_postprocess_nir.
by Kenneth Graunke
· 9 years ago
dcd4a84
i965: Always do NIR IO lowering at specialization time.
by Kenneth Graunke
· 9 years ago
fa71351
i965: Make an is_scalar boolean in brw_compile_gs().
by Kenneth Graunke
· 9 years ago
b3cb6e7
i965/nir: Do lower_io late for fragment shaders
by Jason Ekstrand
· 9 years ago
7428e6f
i965: Set dest type to UW for several send messages
by Jordan Justen
· 9 years ago
aad48f8
nvc0: rework nvc0_compute_validate_program()
by Samuel Pitoiset
· 9 years ago
e1f5c76
nvc0: make sure to validate compute global buffers on Fermi
by Samuel Pitoiset
· 9 years ago
dcf7938
nvc0: move nvc0_validate_global_residents() to nvc0_compute.c
by Samuel Pitoiset
· 9 years ago
d085a5d
egl/wayland: Try to use wl_surface.damage_buffer for SwapBuffersWithDamage
by Derek Foreman
· 9 years ago
840aa52
virgl: add missing CAP turned off.
by Dave Airlie
· 9 years ago
847f1cc
program: Remove extra reference_program()
by Miklós Máté
· 9 years ago
51c65a4
automake: add nine to make distcheck
by Emil Velikov
· 9 years ago
b08dbc8
st/nine: don't forget to bundle the nine_limits.h file
by Emil Velikov
· 9 years ago
4009a9e
i965/fs: Allow saturate propagation to propagate negations into MADs.
by Matt Turner
· 10 years ago
65d3217
i965/fs: Allow saturate propagation to propagate negations into ADDs.
by Matt Turner
· 10 years ago
7b6113b
i965/fs: Allow saturate propagation to propagate negations into MULs.
by Matt Turner
· 10 years ago
1567da1
i965/fs: Don't CSE negated multiplies with saturation.
by Matt Turner
· 9 years ago
3da789f
glsl: Consider ubo_load to be a horizontal operation.
by Matt Turner
· 9 years ago
d1509a5
glsl/ast: Implicit conversion from double to float is not allowed
by Andres Gomez
· 9 years ago
439b5b0
gallium/radeon: return correct values for BE in r600_translate_colorswap
by Oded Gabbay
· 9 years ago
ff8b41b
gallium: remove duplicate define from enum pipe_format
by Oded Gabbay
· 9 years ago
9d9aeb9
glsl: Detect do-while-false loops and unroll them
by Ian Romanick
· 9 years ago
3eb476f
i965: Enable tiled mem_copy with sRGB-formatted resources
by Nanley Chery
· 9 years ago
c95d5c5
mesa: replace for loop with bitshifting in supported_buffer_bitmask()
by Brian Paul
· 9 years ago
ac37d04
mesa: updates some comments in buffers.c
by Brian Paul
· 9 years ago
d841202
mesa: make _mesa_draw_buffers() static
by Brian Paul
· 9 years ago
24d8080
mesa: make _mesa_draw_buffer() static
by Brian Paul
· 9 years ago
ebfcf9d
mesa: make _mesa_read_buffer() static
by Brian Paul
· 9 years ago
1e41c2e
mesa: move declaration of buffer var in handle_first_current()
by Brian Paul
· 9 years ago
c8fdb42
mesa: use gl_buffer_index in a few places
by Brian Paul
· 9 years ago
363019e
st/mesa: remove useless break statement
by Brian Paul
· 9 years ago
953cb24
st/mesa: rename st_readpixels to st_ReadPixels
by Brian Paul
· 9 years ago
83b5893
st/mesa: fix frontbuffer glReadPixels regressions
by Brian Paul
· 9 years ago
4b7e219
gallium/radeon: Correctly translate colorswaps for big endian
by Oded Gabbay
· 9 years ago
1807806
mesa: use sizeof on the correct type
by Thomas Hindoe Paaboel Andersen
· 9 years ago
190a291
tgsi/scan: handle holes between VS inputs, assert-fail in other cases
by Marek Olšák
· 9 years ago
31a0aff
docs: Mark off GL_OES_shader_image_atomic as done.
by Francisco Jerez
· 9 years ago
058ed98
i965/fs: Return result of image atomic in a register of the expected type.
by Francisco Jerez
· 9 years ago
81c16a2
glsl: Implement the required built-in functions when OES_shader_image_atomic is enabled.
by Francisco Jerez
· 9 years ago
be125af
glsl: Add usual extension boilerplate for OES_shader_image_atomic.
by Francisco Jerez
· 9 years ago
009bbec
mesa: Add extension table entry for OES_shader_image_atomic.
by Francisco Jerez
· 9 years ago
2999257
nvc0: rename 3d binding points to NVC0_BIND_3D_XXX
by Samuel Pitoiset
· 9 years ago
9c6a7bf
nvc0: rename 3d dirty flags to NVC0_NEW_3D_XXX
by Samuel Pitoiset
· 9 years ago
2c48369
nvc0: prefix compute macros with _CP_ instead of _COMPUTE_
by Samuel Pitoiset
· 9 years ago
bbff97a
nvc0: rename NVXX_COMPUTE to NVXX_CP
by Samuel Pitoiset
· 9 years ago
5330ed9
nvc0: rename nvc0_context::dirty to nvc0_context::dirty_3d
by Samuel Pitoiset
· 9 years ago
84b9b8f
nvc0/ir: add missing emission of locked load predicate
by Samuel Pitoiset
· 9 years ago
9f0d059
nvc0/ir: add ld lock/st unlock emission on GK104
by Samuel Pitoiset
· 9 years ago
6526225
nv50/ir: restore OP_SELP to be a regular instruction
by Samuel Pitoiset
· 9 years ago
9de3b02
svga: unbind index buffer when drawing non-indexed primitives
by Brian Paul
· 9 years ago
571bd9a
mesa: add GL_EXT_texture_border_clamp support
by Ilia Mirkin
· 9 years ago
b665483
mesa: add GL_OES_texture_border_clamp support
by Ilia Mirkin
· 9 years ago
af8ad49
mesa: bump version
by Ilia Mirkin
· 9 years ago
4cd5e5b
nouveau: update the Makefile.sources list
by Emil Velikov
· 9 years ago
ff360a5
radeonsi: implement binary shaders & shader cache in memory (v2)
by Marek Olšák
· 9 years ago
1132910
gallium/radeon: remove unused radeon_shader_binary_free_* functions
by Marek Olšák
· 9 years ago
50ac261
radeonsi: make radeon_shader_reloc name string fixed-sized
by Marek Olšák
· 9 years ago
1fe73d5
radeonsi: move some struct si_shader members to new struct si_shader_info
by Marek Olšák
· 9 years ago
10fa269
radeonsi: use smaller types for some si_shader members
by Marek Olšák
· 9 years ago
9aaf28d
radeonsi: enable compiling one variant per shader
by Marek Olšák
· 9 years ago
754cf17
radeonsi: print full shader name before disassembly
by Marek Olšák
· 9 years ago
3c98e0b
radeonsi: compile non-GS middle parts of shaders immediately if enabled
by Marek Olšák
· 9 years ago
e038f8f
radeonsi: rework polygon stippling for PS prolog
by Marek Olšák
· 9 years ago
4636d9b
radeonsi: add PS prolog
by Marek Olšák
· 9 years ago
e79bb74
radeonsi: add PS epilog
by Marek Olšák
· 9 years ago
eb10919
radeonsi: add TCS epilog
by Marek Olšák
· 9 years ago
e1b2169
radeonsi: add VS epilog
by Marek Olšák
· 9 years ago
70de433
radeonsi: add VS prolog
by Marek Olšák
· 9 years ago
19a9288
radeonsi: first bits for non-monolithic shaders
by Marek Olšák
· 9 years ago
0303886
radeonsi: add code for dumping all shader parts together (v2)
by Marek Olšák
· 9 years ago
17eb99d
radeonsi: add code for combining and uploading shaders from 3 shader parts
by Marek Olšák
· 9 years ago
9d5bf1a
radeonsi: fail compilation if non-GS non-CS shaders have rodata
by Marek Olšák
· 9 years ago
0940876
radeonsi: separate 2 pieces of code from create_function
by Marek Olšák
· 9 years ago
2927592
radeonsi: add samplemask parameter to si_export_mrt_color
by Marek Olšák
· 9 years ago
e6aea08
radeonsi: add start_instance parameter to get_instance_index_for_fetch
by Marek Olšák
· 9 years ago
dc27456
radeonsi: separate out shader key bits for prologs & epilogs
by Marek Olšák
· 9 years ago
d995d48
radeonsi: compute how many input VGPRs fragment shaders have
by Marek Olšák
· 9 years ago
Next »