Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
mesa3d
/
5a7bdd4b4173958c53109517b7c95f1039623e7e
5a7bdd4
docs: Add items for GL4.4
by Chris Forbes
· 11 years ago
df53082
clover: Respect kernel argument alignment restrictions.
by Francisco Jerez
· 11 years ago
f64c0ca
clover: Extend kernel arguments for differing host and device data types.
by Francisco Jerez
· 11 years ago
829caf4
clover: Byte-swap kernel arguments when host and device endianness differ.
by Francisco Jerez
· 11 years ago
2265b40
clover: Add kernel argument fields to allow differing host/target data types.
by Francisco Jerez
· 11 years ago
a3dcab4
clover: Pass corresponding module::argument to kernel::argument::bind().
by Francisco Jerez
· 11 years ago
8c9d3c6
clover: Return correct value for CL_DEVICE_ENDIAN_LITTLE
by Tom Stellard
· 11 years ago
4e90bc9
gallium: Add PIPE_CAP_ENDIANNESS
by Tom Stellard
· 11 years ago
c09a4cb
configure.ac: Use correct options names in AC_ARG_ENABLE.
by Matt Turner
· 12 years ago
242a59d
egl/build: Remove unused GLAPI_LIB.
by Matt Turner
· 12 years ago
3647efa
build: Remove unused EGL_PLATFORMS.
by Matt Turner
· 12 years ago
5e4e145
build: Add tests directories to SUBDIRS
by Matt Turner
· 12 years ago
7bae56c
llvmpipe: Ensure FTZ/DAZ flags are set on deferred draw flushes.
by Zack Rusin
· 11 years ago
2a65061
llvmpipe: Remove lp_rast_get_num_threads().
by José Fonseca
· 11 years ago
1903129
scons: Don't use -z defs ld option on Mac.
by José Fonseca
· 11 years ago
cd90ebe
glsl: Initialize ast_function member variables.
by Vinson Lee
· 12 years ago
fa5ed99
Apple: glFlush() is not needed with CGLFlushDrawable()
by Jeremy Huddleston Sequoia
· 11 years ago
b844c8e
util/u_math: Define NAN/INFINITY macros for MSVC.
by José Fonseca
· 11 years ago
f59cb67
llvmpipe/tests: update arith test to check for edge cases
by Zack Rusin
· 11 years ago
f7c0678
gallivm: add a log function that handles edge cases
by Zack Rusin
· 11 years ago
018c69a
gallivm: export unordered/ordered cmp to a common function
by Zack Rusin
· 11 years ago
192c68b
gallivm: handle -inf, inf and nan's in sin/cos instructions
by Zack Rusin
· 11 years ago
13e2cd2
gallivm: add a version of log2 which handles edge cases
by Zack Rusin
· 11 years ago
7b672c1
gallivm: fix edge cases in exp2
by Zack Rusin
· 11 years ago
ab47bbe
gallivm: handle nan's in min/max
by Zack Rusin
· 11 years ago
719000b
scons: Disallow undefined symbols in Xlib libGL.so.
by José Fonseca
· 11 years ago
9f07ca1
mesa: Dispatch ARB_framebuffer_object and EXT_framebuffer_object differently
by Tomasz Lis
· 11 years ago
adfd012
st/mesa: Enable the ARB_shading_language_420pack extension for 1.30+.
by Kenneth Graunke
· 11 years ago
46d9baf
i965: Enable the GL_ARB_shading_language_420pack extension on Gen6+.
by Kenneth Graunke
· 11 years ago
bfcec46
glsl: Handle the binding qualifier for UBO variables.
by Kenneth Graunke
· 11 years ago
f25d940
glsl: Propagate UBO binding qualifier into UBO member variables.
by Kenneth Graunke
· 11 years ago
34e2ccc
glsl: Handle the binding qualifier for arrays of samplers.
by Kenneth Graunke
· 11 years ago
67038c6
glsl: Add plumbing for handling uniform binding qualifiers.
by Kenneth Graunke
· 11 years ago
0a23ec2
glsl: Delete unused code for handling samplers in array-initializers.
by Kenneth Graunke
· 11 years ago
9a9a830
glsl: Cross-validate explicit binding points.
by Kenneth Graunke
· 11 years ago
d4375fc
glsl: Propagate explicit binding information from AST to IR.
by Kenneth Graunke
· 11 years ago
4da1504
glsl: Add ir_variable fields for explicit bindings.
by Kenneth Graunke
· 11 years ago
5e5e120
glsl: Add validation for the "binding" qualifier.
by Kenneth Graunke
· 11 years ago
0418846
glsl: Parse the "binding" keyword and store it in ast_type_qualifier.
by Kenneth Graunke
· 11 years ago
7f6a2d6
glsl: Have the lexer return LAYOUT_TOK if 420pack is enabled.
by Kenneth Graunke
· 11 years ago
56bcde3
glsl: Use has_layout() rather than a partial open coded version.
by Kenneth Graunke
· 11 years ago
c397ec9
glsl: Relax auxiliary storage ordering requirements with 420pack.
by Kenneth Graunke
· 11 years ago
b5d6c51
glsl: Handle centroid qualifier ordering in C code, not the parser.
by Kenneth Graunke
· 11 years ago
844307a
glsl: Allow precision qualifiers to be flexibly ordered with 420pack.
by Kenneth Graunke
· 11 years ago
6eec502
glsl: Move precision handling to be part of qualifier handling.
by Kenneth Graunke
· 11 years ago
308d4c7
glsl: Change is_precision_statement to default_precision != none.
by Kenneth Graunke
· 11 years ago
7855482
glsl: Disable ordering checks for const parameters with 420pack.
by Kenneth Graunke
· 11 years ago
293dfe5
glsl: Handle "const" as a parameter qualifier.
by Kenneth Graunke
· 11 years ago
a4d15a3
glsl: Refactor parameter qualifier handling.
by Kenneth Graunke
· 11 years ago
83fe4f7
glsl: Use merge_qualifier() when processing qualifier lists.
by Kenneth Graunke
· 11 years ago
0cb90fc
glsl: Allow duplicate layout qualifiers with 420pack.
by Kenneth Graunke
· 11 years ago
89f75e7
glsl: Disable ordering checks on most qualifiers for 420pack.
by Kenneth Graunke
· 11 years ago
48e3bd3
glsl: Handle most qualifier ordering in C code rather than the grammar.
by Kenneth Graunke
· 11 years ago
1b719df
glsl: Add a new ast_type_qualifier::has_auxiliary_storage() method.
by Kenneth Graunke
· 11 years ago
eb30af5
glsl: Add a new ast_type_qualifier::has_storage() method.
by Kenneth Graunke
· 11 years ago
7cef2b2
glsl: Add a new ast_type_qualifier::has_layout() method.
by Kenneth Graunke
· 11 years ago
7ce5c6b
i965: Combine URB code emission into a single group.
by Kenneth Graunke
· 11 years ago
30f33de
i965/hsw: Change L3 MOCS for depth, hiz, and stencil
by Chad Versace
· 11 years ago
2273b65
i965/hsw: Change L3 MOCS of 3DSTATE_CONSTANT_VS/PS
by Chad Versace
· 11 years ago
2f34639
i965/hsw: Change L3 MOCS of SURFACE_STAT
by Chad Versace
· 11 years ago
a16d474
i965/hsw: Change L3 MOCS of 3DSTATE_VERTEX_BUFFERS
by Chad Versace
· 11 years ago
eb83079
glx: Enable floating-point fbconfig extensions
by Tomasz Lis
· 11 years ago
74cbe6e
egl: Drop configs with unknown or invalide __DRI_ATTRIB_RENDER_TYPE
by Ian Romanick
· 11 years ago
c37c367
dri: Introduce new flags in __DRI_ATTRIB_RENDER_TYPE
by Tomasz Lis
· 11 years ago
4473af7
glx: Require proper drawableType in init_fbconfig_for_chooser
by Tomasz Lis
· 11 years ago
2eed9ff
glx: Validate the GLX_RENDER_TYPE value
by Tomasz Lis
· 11 years ago
27c8aa5
glx: Store the RENDER_TYPE in indirect rendering
by Tomasz Lis
· 11 years ago
1c748df
glx: Handling RENDER_TYPE in glXCreateContext and init_fbconfig_for_chooser
by Tomasz Lis
· 11 years ago
b8126c7
glx: Changes to visual configs initialization.
by Tomasz Lis
· 11 years ago
a92cd5b
glx: Retrieve the value of RENDER_TYPE from GLX attribs array
by Tomasz Lis
· 11 years ago
36259a1
glx: Store the value of renderType while creating context
by Tomasz Lis
· 11 years ago
7791c98
i965: Add #defines for Memory Object Control State fields on Gen7-7.5.
by Kenneth Graunke
· 11 years ago
6368478
glsl/linker: Use correct array length when linking inter-stage uniforms and varyings.
by Fabian Bieler
· 11 years ago
73c9b4b
gen_matypes: fix cross-compiling with gcc
by Mike Frysinger
· 12 years ago
a48be95
ax_prog_flex.m4: change grep syntax to accept e.g. flex.real
by Andreas Oberritter
· 12 years ago
2da0bd0
builtin_compiler/build: Avoid using libtool if cross compiling
by Jonathan Liu
· 11 years ago
2b5b436
i965: Add MOCS shift and mask for SURFACE_STATE entries.
by Kenneth Graunke
· 12 years ago
4ef19f7
llvmpipe: clamp inputs for srgb render buffers
by Roland Scheidegger
· 11 years ago
e57b98b
llvmpipe: fix blending with SRC_ALPHA_SATURATE with some formats without alpha
by Roland Scheidegger
· 11 years ago
0d7f087
r600g: use WAIT_3D_IDLE before using CP DMA
by Marek Olšák
· 11 years ago
0b405f3
r300g: make use of gallium's os_get_process_name()
by Jonathan Gray
· 11 years ago
148f0de
configure.ac: On some systems, "x86-64" is called "amd64"
by Jean-Sébastien Pédron
· 11 years ago
fbdae1c
nv50: H.264/MPEG2 decoding support via VP2, available on NV84-NV96, NVA0
by Ilia Mirkin
· 11 years ago
f96c07a
configure.ac: make grep tests more portable
by Jonathan Gray
· 11 years ago
78fbb41
configure.ac: add OpenBSD
by Jonathan Gray
· 11 years ago
21f9744
glsl: Remove comma at end of enumerator list.
by Vinson Lee
· 11 years ago
77311da
mesa: Remove commas at end of enumerator lists.
by Vinson Lee
· 11 years ago
ceaf1a7
docs: Import 9.1.5 release notes
by Carl Worth
· 11 years ago
7fd30a8
gallivm: (trivial) simplify lp_build_cos/lp_build_sin a tiny bit
by Roland Scheidegger
· 11 years ago
f0f9fb5
util/u_format_s3tc: handle srgb formats correctly.
by Roland Scheidegger
· 11 years ago
07baf9c
r600g/sb: improve alu packing on cayman
by Vadim Girlin
· 11 years ago
ba7fa4c
r600g/sb: fix handling of new multislot instructions on cayman
by Vadim Girlin
· 11 years ago
033eec4
r600g/sb: fix debug dump code in scheduler
by Vadim Girlin
· 11 years ago
44ebe72
r600g/sb: fix initial register allocation
by Vadim Girlin
· 11 years ago
f0d8811
r600g/sb: move chip & class name functions to sb_context
by Vadim Girlin
· 11 years ago
96efa4c
r600g/sb: fix handling of PS in source bytecode on cayman
by Vadim Girlin
· 11 years ago
81d3881
r600g/sb: Initialize ra_checker member variables.
by Vinson Lee
· 11 years ago
b20e0fb
gallium/util: use explicily sized types for {un, }pack_rgba_{s, u}int
by Emil Velikov
· 11 years ago
87c3440
llvmpipe: use MCJIT on ARM and AArch64
by Kyle McMartin
· 11 years ago
00d32cd
glsl: Fix absurd whitespace conventions in the parser.
by Kenneth Graunke
· 11 years ago
Next »