Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
mesa3d
/
af275b8839be4ecaee4777cafeeb940bbbfcccab
af275b8
nvc0: remove useless counting operations for MP counters
by Samuel Pitoiset
· 9 years ago
6667355
nvc0: remove old performance metrics support on Kepler
by Samuel Pitoiset
· 9 years ago
662eb43
nvc0: remove wrong inst_issued HW SM perf counter on Kepler
by Samuel Pitoiset
· 9 years ago
342ea31
nvc0: add missing HW SM perf counters for SM30 (Kepler)
by Samuel Pitoiset
· 9 years ago
7f42688
nvc0: fix the comment that describe MP counters storage on Kepler
by Samuel Pitoiset
· 9 years ago
58efff8
freedreno/ir3: nir shader prints with 'disasm' debug option
by Rob Clark
· 9 years ago
a3f90ef
gallium/util: fix pipe_debug_message macro to allow 0 args
by Ilia Mirkin
· 9 years ago
a69ac4e
vc4: Add debug dumping of MSAA surfaces.
by Eric Anholt
· 9 years ago
3c3b118
vc4: Add support for laying out MSAA resources.
by Eric Anholt
· 9 years ago
74c4b3b
vc4: Add support for storing sample mask.
by Eric Anholt
· 9 years ago
3a508a0
vc4: Fix up tile alignment checks for blitting using just an RCL.
by Eric Anholt
· 9 years ago
a664233
vc4: Add support for loading sample mask.
by Eric Anholt
· 9 years ago
4b18d51
freedreno/ir3: convert scheduler back to recursive algo
by Rob Clark
· 9 years ago
ad2cc7b
freedreno/ir3: don't reuse a0.x across blocks
by Rob Clark
· 9 years ago
8e52344
freedreno/ir3: rename ir3_block::bd
by Rob Clark
· 9 years ago
d566382
util: fix comment typo
by Giuseppe Bilotta
· 9 years ago
efaac62
xvmc: force assertion in XvMC tests
by Giuseppe Bilotta
· 9 years ago
4839353
radeon: const correctness
by Giuseppe Bilotta
· 9 years ago
d61802b
radeon: whitespace cleanup
by Giuseppe Bilotta
· 9 years ago
1074e38
mesa/tests: add KHR_debug GLES glGetPointervKHR entry points
by Emil Velikov
· 9 years ago
b715e6d
i965/vec4: Stop pretending to support indirect output stores
by Jason Ekstrand
· 9 years ago
aa35b0c
i965/vec4: Get rid of the nir_inputs array
by Jason Ekstrand
· 9 years ago
c6bcc23
nir/lower_io: Pass the builder and type_size into get_io_offset
by Jason Ekstrand
· 9 years ago
204f803
nv50/ir: replace zeros in movs as well
by Ilia Mirkin
· 9 years ago
a3722b8
nv50/ir: fold fma/mad when all 3 args are immediates
by Ilia Mirkin
· 9 years ago
2b98914
nv50/ir: avoid looking at uninitialized srcMods entries
by Ilia Mirkin
· 9 years ago
49692f8
nv50/ir: fix DCE to not generate 96-bit loads
by Ilia Mirkin
· 9 years ago
51140f4
draw: fix clipping of layer/vp index outputs
by Roland Scheidegger
· 9 years ago
5ea5b16
softpipe: use provoking vertex for layer
by Roland Scheidegger
· 9 years ago
ddaf8d7
llvmpipe: use provoking vertex for layer/viewport
by Roland Scheidegger
· 9 years ago
83e65ca
vc4: Add the RCL to CL debug dumping when in simulator mode.
by Eric Anholt
· 9 years ago
dd27825
radeonsi: fix Fiji for LLVM <= 3.7
by Marek Olšák
· 9 years ago
bfc1479
radeonsi: fix occlusion queries on Fiji
by Marek Olšák
· 9 years ago
0b03f2d
radeonsi: dump init_config IBs
by Marek Olšák
· 9 years ago
3a6de8c
radeonsi: print framebuffer info into ddebug logs
by Marek Olšák
· 9 years ago
a0bfb27
gallium/radeon: print more info about HTILE
by Marek Olšák
· 9 years ago
1cca259
gallium/radeon: print more info about CMASK
by Marek Olšák
· 9 years ago
84fbb0a
gallium/radeon: rename fmask::pitch -> pitch_in_pixels
by Marek Olšák
· 9 years ago
19eaceb
gallium/radeon: print more information about textures
by Marek Olšák
· 9 years ago
2d712d3
gallium/radeon: move printing texture info into a separate function
by Marek Olšák
· 9 years ago
c60d491
gallium/radeon: remove unused r600_texture::pitch_override
by Marek Olšák
· 9 years ago
75d6469
gallium/radeon: remove DBG_TEXMIP
by Marek Olšák
· 9 years ago
a5055e2
gallium/aux/util: Trivial, we already have format use it
by Edward O'Callaghan
· 9 years ago
5294deb
automake: Fix typo in MSVC2008 compat flags.
by Jose Fonseca
· 9 years ago
071af9a
ttn: Whitelist from -Werror=declaration-after-statement.
by Jose Fonseca
· 9 years ago
5a23f6b
mesa: rework the meaning of gl_debug_message::length
by Emil Velikov
· 9 years ago
622186f
mesa: errors: validate the length of null terminated string
by Emil Velikov
· 9 years ago
66fea8b
mesa: accept TYPE_PUSH/POP_GROUP with glDebugMessageInsert
by Emil Velikov
· 9 years ago
53be281
mesa: add SEVERITY_NOTIFICATION to default state
by Emil Velikov
· 9 years ago
078dd6a
mesa: return the correct value for GroupStackDepth
by Emil Velikov
· 9 years ago
f39954b
mesa: rename GroupStackDepth to CurrentGroup
by Emil Velikov
· 9 years ago
1ca7357
mesa: do not enable KHR_debug for ES 1.0
by Emil Velikov
· 9 years ago
f53f9eb
glapi: add GetPointervKHR to the ES dispatch
by Emil Velikov
· 9 years ago
808e752
mesa/version: Update gl_extensions::Version during version override
by Nanley Chery
· 9 years ago
a0f1bc1
mesa: print enum names rather than hexadecimal values in error messages
by Brian Paul
· 9 years ago
72a913c
st/wgl: add new stw_ext_rendertexture.c file
by Brian Paul
· 9 years ago
e832b5b
st/wgl: add support for WGL_ARB_render_texture
by Brian Paul
· 9 years ago
47b9ef8
st/mesa: add new st_copy_framebuffer_to_texture() function
by Brian Paul
· 9 years ago
d6d9075
glsl: remove useless null checks and make match_explicit_outputs_to_inputs() static
by Juha-Pekka Heikkila
· 9 years ago
231db58
i965: use _Shader to get fragment program when updating surface state
by Tapani Pälli
· 9 years ago
6c6f28c
nv50/ir: fix moves to/from flags
by Ilia Mirkin
· 9 years ago
101e315
nv50/ir: don't forget to mark flagsDef on cvt in txb lowering
by Ilia Mirkin
· 9 years ago
0605512
nv50/ir: fix instruction permutation logic
by Ilia Mirkin
· 9 years ago
11fcf46
nv50/ir: the mad source might not have a defining instruction
by Ilia Mirkin
· 9 years ago
52b6837
nv50/ir: make sure entire graph is reachable
by Ilia Mirkin
· 9 years ago
adcc547
nv50/ir: deal with loops with no breaks
by Ilia Mirkin
· 9 years ago
ff61ac4
nvc0/ir: fold postfactor into immediate
by Ilia Mirkin
· 9 years ago
52a800a
nv50/ir: allow immediate 0 to be loaded anywhere
by Ilia Mirkin
· 9 years ago
043d427
i965: Add INTEL_DEBUG=perf information for GS recompiles.
by Kenneth Graunke
· 9 years ago
b6d4f05
i965: De-duplicate key_debug() function.
by Kenneth Graunke
· 9 years ago
8482763
nv50/ir/gk110: add memory barriers support for GK110
by Samuel Pitoiset
· 9 years ago
c672bf3
nv50/ir: do not call textureMask() for surface ops
by Samuel Pitoiset
· 9 years ago
9e6af56
appveyor: Initial integration.
by Jose Fonseca
· 9 years ago
4a3d388
util/blitter: Fix "SO C90 forbids mixed declarations and code".
by Jose Fonseca
· 9 years ago
d31065c
mesa: print enum string in compressed_subtexture_error_check() error msg
by Brian Paul
· 9 years ago
772f429
gallium/util: Fix util_blitter_clear_depth_stencil() for num_layers>1
by Edward O'Callaghan
· 9 years ago
8f2c5e2
gallium/util: Fix util_blitter_clear_render_target() for num_layers>1
by Edward O'Callaghan
· 9 years ago
09f74e6
mesa: fix VIEWPORT_INDEX_PROVOKING_VERTEX and LAYER_PROVOKING_VERTEX queries
by Roland Scheidegger
· 9 years ago
56aff6bb
Remove Sun CC specific code.
by Jose Fonseca
· 9 years ago
51564f0
configure.ac: Refuse to build with Sun C compiler.
by Jose Fonseca
· 9 years ago
18f8da7
travis: Add a test build with scons.
by Eric Anholt
· 9 years ago
975b129
i965: Increase BRW_MAX_UBO to 14.
by Kenneth Graunke
· 9 years ago
7e6a6f3
i965: Do dead-code elimination in a single pass.
by Matt Turner
· 9 years ago
5a6f0bf
glsl: Rename safe_reverse -> reverse_safe.
by Matt Turner
· 9 years ago
48b4e88
i965: Don't mark dead instructions' sources live.
by Matt Turner
· 9 years ago
0e49151
r600: set mega fetch count to 16 for gs copy shader
by Dave Airlie
· 10 years ago
4ebcf51
r600: increment ring index after emit vertex not before.
by Dave Airlie
· 10 years ago
13b134a
r600: add alu + cf nop to copy shader on r600
by Dave Airlie
· 10 years ago
af4013d
r600: SMX returns CONTEXT_DONE early workaround
by Dave Airlie
· 10 years ago
b63944e
r600: do SQ flush ES ring rolling workaround
by Dave Airlie
· 10 years ago
ea33920
nv50,nvc0: allow to create resources other than buffers
by Samuel Pitoiset
· 9 years ago
f391b95
glapi: work-around MSVC 65K string length limitation for enums.c
by Brian Paul
· 9 years ago
148c2f5
mapi: Fix enums.c build with other build systems.
by Eric Anholt
· 9 years ago
1c0ac19
travis: Initial import of travis instructions.
by Eric Anholt
· 9 years ago
4922a3a
mesa: Drop the blacklisting of new GL enums.
by Eric Anholt
· 9 years ago
b65e44f
mesa: Use a 32-bit offset for the enums.c string offset table.
by Eric Anholt
· 9 years ago
c75cfe1
mesa: Prefer newer names to older ones among names present in core.
by Eric Anholt
· 9 years ago
710762b
mesa: Drop bitfield "enums" from the enum-to-string table.
by Eric Anholt
· 9 years ago
cbabf5f
mesa: Switch to using the Khronos registry for generating enums.
by Eric Anholt
· 9 years ago
f72923a
mesa: Remove the python mode bits from gl_enums.py.
by Eric Anholt
· 9 years ago
Next »