Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
mesa3d
/
9791eb4280a5814de9af6d9197d947221342dc4e
9791eb4
i965: Move intel_region_get_tile_masks() to be a miptree function.
by Eric Anholt
· 11 years ago
ea2cac0
i965: Fix another broken offset-aligned-to-tile test.
by Eric Anholt
· 11 years ago
65e025f
i965: Fix offset-aligned-to-tile test in dma_buf import.
by Eric Anholt
· 11 years ago
6db640d
i965: Reuse intel_miptree_get_tile_offsets().
by Eric Anholt
· 11 years ago
5ec1ade
mesa: move declarations before code in texstore.c
by Brian Paul
· 11 years ago
eb502c3
i965: Fix format of private renderbuffers
by Ville Syrjälä
· 11 years ago
c1d4d49
i915: Don't advertise Z formats in TextureFormatSupported on gen2
by Ville Syrjälä
· 11 years ago
d3edc31
i915: Fix format of private renderbuffers
by Ville Syrjälä
· 11 years ago
c174370
mesa: Allow FLOAT_32_UNSIGNED_INT_24_8_REV in get_tex_depth_stencil()
by Anuj Phogat
· 11 years ago
29b8e89
mesa: Add support to unpack depth-stencil texture in to FLOAT_32_UNSIGNED_INT_24_8_REV
by Anuj Phogat
· 11 years ago
7a8045d
mesa: Add new helper function _mesa_unpack_depth_stencil_row()
by Anuj Phogat
· 11 years ago
ef924f0
mesa: Remove redundant if checks in _mesa_texstore_xx_xx() functions
by Anuj Phogat
· 11 years ago
1a8f9ba
mesa: Allow srcFormat=GL_DEPTH_STENCIL in _mesa_texstore_xx_xx() functions
by Anuj Phogat
· 11 years ago
aeb9d44
mesa: Add missing types in _mesa_texstore_xx_xx() functions
by Anuj Phogat
· 11 years ago
d714b20
i965: Fix crash in do_blit_readpixels()
by Anuj Phogat
· 11 years ago
5388fc1
mesa: Add error condition for format=STENCIL_INDEX in glGetTexImage()
by Anuj Phogat
· 11 years ago
340658e
mesa: Add entry for extension ARB_texture_stencil8
by Anuj Phogat
· 11 years ago
9bcb0a8
glsl: Apply the link error conditions to GL_ARB_fragment_coord_conventions
by Anuj Phogat
· 11 years ago
35f11e8
glsl: Link error if fs defines conflicting qualifiers for gl_FragCoord
by Anuj Phogat
· 11 years ago
a751adf
glsl: Compile error if fs uses gl_FragCoord before first redeclaration
by Anuj Phogat
· 11 years ago
581e4ac
glsl: Compile error if fs defines conflicting qualifiers for gl_FragCoord
by Anuj Phogat
· 11 years ago
49c7105
mesa: Use location VERT_ATTRIB_GENERIC0 for vertex attribute 0
by Anuj Phogat
· 11 years ago
dc75479
mesa: Fix querying location of nth element of an array variable
by Anuj Phogat
· 11 years ago
8c61b6a
glsl: Allow overlapping locations for vertex input attributes
by Anuj Phogat
· 11 years ago
a773fdc
glx/drisw: fix memory leak when destroying screen.
by Roland Scheidegger
· 11 years ago
64d6460
gallivm: fix 2 leaks in disassembly code
by Roland Scheidegger
· 11 years ago
6d911a5
mesa: Move declaration to top of block.
by José Fonseca
· 11 years ago
b0de67a
osmesa: Fix typo in _MaxEnabledTexImageUnit.
by José Fonseca
· 11 years ago
85ce224
i965/vec4: Port untyped atomic message support to Broadwell.
by Kenneth Graunke
· 11 years ago
45367d2
i965/vec4: Port untyped surface reads support to Broadwell.
by Kenneth Graunke
· 11 years ago
e9e89d5
i965/fs: Port untyped atomic message support to Broadwell.
by Kenneth Graunke
· 11 years ago
54a4898
i965/fs: Port untyped surface read support to Broadwell.
by Kenneth Graunke
· 11 years ago
f1cd9fe
i965/fs: Set fs_inst::header_present for untyped atomics/surface reads.
by Kenneth Graunke
· 11 years ago
4d9c27d
i965: Disassemble atomic operations and other DP:DC1 stuff on Broadwell.
by Kenneth Graunke
· 11 years ago
3b3c466
i965: Implement the create_raw_surface() hook on Broadwell.
by Kenneth Graunke
· 11 years ago
69fd055
i965: Drop mark_surface_used from gen8 generators.
by Kenneth Graunke
· 11 years ago
b10785f
i965/fs: Add support for fs_inst::force_writemask_all on Broadwell.
by Kenneth Graunke
· 11 years ago
ac30e1a
i965: Actually emit PIPELINE_SELECT and 3DSTATE_VF_STATISTICS.
by Kenneth Graunke
· 11 years ago
0380ec4
i965: Don't enable reset notification support on Gen4-5.
by Kenneth Graunke
· 11 years ago
4546b70
doc: Add pointer to the Mesa Stable Queue page.
by Carl Worth
· 11 years ago
862986a
i965: Fix state flag comments on color_buffer_write_enabled() calls.
by Eric Anholt
· 11 years ago
e739558
i965: Drop bogus state flag comment.
by Eric Anholt
· 11 years ago
60c5f97
i965: Track the number of samples in the drawbuffer.
by Eric Anholt
· 11 years ago
973345f
mesa: Track maximum CurrentTexUnit to reduce glDeleteTextures() overhead.
by Eric Anholt
· 11 years ago
6a97deb
mesa: Rewrite shader-based texture image state updates.
by Eric Anholt
· 11 years ago
a580b50
mesa: Split the shader texture update logic from fixed function.
by Eric Anholt
· 11 years ago
e5e50fa
mesa: Finish removing the _ReallyEnabled field.
by Eric Anholt
· 11 years ago
741f5d5
radeon: Drop the remaining driver usage of _ReallyEnabled.
by Eric Anholt
· 11 years ago
2f8749a
swrast: Drop remaining use of _ReallyEnabled.
by Eric Anholt
· 11 years ago
8061f90
gallium: Drop use of _ReallyEnabled.
by Eric Anholt
· 11 years ago
cef82a6
mesa: Drop _ReallyEnabled usage from ff_fragment_shader.
by Eric Anholt
· 11 years ago
07b94c9
i915: Drop use of _ReallyEnabled.
by Eric Anholt
· 11 years ago
ff9c3e8
mesa: Replace use of _ReallyEnabled as a boolean with use of _Current.
by Eric Anholt
· 11 years ago
62d4633
mesa: Ensure that (unit->_Current != 0) == (unit->_ReallyEnabled != 0).
by Eric Anholt
· 11 years ago
6bac47c
mesa: Drop dead last_ReallyEnabled fields from drivers.
by Eric Anholt
· 11 years ago
c703658
mesa: Drop _EnabledUnits.
by Eric Anholt
· 11 years ago
3dfe56c
swrast: Just use _EnabledCoordUnits for figuring out which texcoords to build.
by Eric Anholt
· 11 years ago
1ad443e
i915: Redo texture unit walking on i830.
by Eric Anholt
· 11 years ago
9565392
i965/vec4: Remove 'mul_arg' from try_emit_mad().
by Matt Turner
· 11 years ago
1e50bc9
i965/fs: Remove 'mul_arg' from try_emit_mad().
by Matt Turner
· 11 years ago
475f5ff
mesa: change invalid texture swizzle error to GL_INVALID_ENUM
by Brian Paul
· 11 years ago
1c6aa65
translate_sse: Use the correct buffer index in this fast path.
by Andreas Hartmetz
· 11 years ago
ca848e8
clover: Query drivers for max clock frequency
by Tom Stellard
· 11 years ago
0a41054
radeon/compute: Implement PIPE_COMPUTE_CAP_MAX_CLOCK_FREQUENCY
by Tom Stellard
· 11 years ago
5fe1a0e
gallium: Add PIPE_COMPUTE_CAP_MAX_CLOCK_FREQUENCY
by Tom Stellard
· 11 years ago
979a015
i965: Fix a few base addresses on Broadwell.
by Kenneth Graunke
· 11 years ago
7fb05f9
clover: Stub implementation of CL 1.2 sub-devices.
by EdB
· 11 years ago
5827781
clover: Add clEnqueue{Marker, Barrier}WithWaitList.
by EdB
· 11 years ago
7b11c97
clover: Align kernel argument sizes to nearest power of 2
by Jan Vesely
· 11 years ago
df985cc
clover: Avoid warnings from references to deprecated CL 1.1 APIs.
by Francisco Jerez
· 11 years ago
beadd6b
clover: Update OpenCL headers to version 1.2 from Khronos.
by Francisco Jerez
· 11 years ago
f782d6e
nvc0/ir: offset appears to come before the Z ref
by Ilia Mirkin
· 11 years ago
50034c0
mesa: remove unused #pragma export on/off lines
by Brian Paul
· 11 years ago
f3aa999
nv50/ir: change texture offsets to ValueRefs, allow nonconst
by Ilia Mirkin
· 11 years ago
46364a5
nvc0/ir: do constant folding of extbf/insbf
by Ilia Mirkin
· 11 years ago
1c85177
nvc0/ir: add support for MUL_HI tgsi opcodes
by Ilia Mirkin
· 11 years ago
b4b20d4
nvc0/ir: add support for new bitfield manipulation opcodes
by Ilia Mirkin
· 11 years ago
1db993f
tgsi: add tgsi_exec support for new bit manipulation opcodes
by Ilia Mirkin
· 11 years ago
ab4927f
gallium/util: add helpers for bitfield manipulation
by Ilia Mirkin
· 11 years ago
3e73bf2
mesa/st: implement new bit manipulation opcodes
by Ilia Mirkin
· 11 years ago
a52eaba
gallium: add new opcodes for ARB_gs5 bit manipulation support
by Ilia Mirkin
· 11 years ago
b125c92
glx/drisw: explicitly assign struct components for glx_*_vtable
by Emil Velikov
· 11 years ago
a2454bd
glx/dri3: explicitly assign struct components for glx_*_vtable
by Emil Velikov
· 11 years ago
55d82ad
glx/dri2: explicitly assign struct components for glx_*_vtable
by Emil Velikov
· 11 years ago
76ae25d
glx/dri: explicitly assign struct components for glx_*_vtable
by Emil Velikov
· 11 years ago
2f519e4
glx/indirect: explicitly assign struct components for glx_*_vtable
by Emil Velikov
· 11 years ago
31a3b58
glx/apple: explicitly assign struct components for glx_*_vtable
by Emil Velikov
· 11 years ago
5f280d0
egl_dri: rework dri extension handling
by Emil Velikov
· 11 years ago
5457caa
gbm: cleanup __DRI*extension handling
by Emil Velikov
· 11 years ago
c812557
dri_util: cleanup dri extension handling
by Emil Velikov
· 11 years ago
51e3569
glx/tests: explicitly set __DRI2rendererQueryExtension members
by Emil Velikov
· 11 years ago
ecfe986
glx/dri3: rework __DRIextension handling
by Emil Velikov
· 11 years ago
4be3874
glx/dri2: rework __DRIextension handling
by Emil Velikov
· 11 years ago
98e2a8e
st/dri: cleanup dri extension handling
by Emil Velikov
· 11 years ago
748b35a
dri/radeon: use a const __DRIextension array
by Emil Velikov
· 11 years ago
38f20f7
drivers/dri: cleanup dri extension instantiation
by Emil Velikov
· 11 years ago
9b42fd1
dri_interface: Update __DRItexBufferExtensionRec to version 3
by Emil Velikov
· 11 years ago
ec8ebff
Check for dladdr(), rather than assuming we have it if we have RTLD_DEFAULT
by Jon TURNEY
· 11 years ago
6c8f547
util: Fix cross-compiles between endiannesses
by Richard Sandiford
· 11 years ago
6944796
util: Split out channel-parsing Python code
by Richard Sandiford
· 11 years ago
Next »