Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
mesa3d
/
e6e5c1f46d374015d924522ed0b2bf2443c3e6d4
e6e5c1f
i965: Increase Sandybridge point size clamp in the clip state.
by Kenneth Graunke
· 14 years ago
c0ad70a
intel: Try using glCopyTexSubImage2D in _mesa_meta_BlitFramebuffer
by Neil Roberts
· 14 years ago
11b9f44
nvc0: fix PointCoord enable in FP header
by Christoph Bumiller
· 14 years ago
d0caaba
nvc0: change TGSI CMP translation to use slct
by Christoph Bumiller
· 14 years ago
b0bf4ee
nvc0: sprite coord enable is per GENERIC, not overall index
by Christoph Bumiller
· 14 years ago
9dd7d08
nvc0: fix new_value calls using type instead of size
by Christoph Bumiller
· 14 years ago
1a82971
nvc0: set local memory usage info in shader header
by Christoph Bumiller
· 14 years ago
b5f04b2
nvc0: don't fold loads from local memory
by Christoph Bumiller
· 14 years ago
9612139
nvc0: presin and preex2 can load from const space
by Christoph Bumiller
· 14 years ago
f017483
nvc0: kick out empty live ranges
by Christoph Bumiller
· 14 years ago
cd47f10
nvc0: preemptively insert branch at ENDIF
by Christoph Bumiller
· 14 years ago
4377657
nvc0: correct allocation of constrained registers
by Christoph Bumiller
· 14 years ago
67c7aef
nvc0: sync textures with render targets ourselves
by Christoph Bumiller
· 14 years ago
a6ea37d
nvc0: improve userspace fencing
by Christoph Bumiller
· 14 years ago
410a13c
nvc0: values for undefined outputs must have file GPR
by Christoph Bumiller
· 14 years ago
1579017
nvc0: multiply polygon offset units by 2
by Christoph Bumiller
· 14 years ago
7d8ff54
nvc0: fix SSG
by Christoph Bumiller
· 14 years ago
88066d6
nvc0: don't visit target blocks of a loop break multiple times
by Christoph Bumiller
· 14 years ago
3d190e4
nvc0: don't overwrite phi sources at the end of a loop
by Christoph Bumiller
· 14 years ago
728695b
gallium/utils: Fix vertex element setup
by Fabian Bieler
· 14 years ago
369ece1
svga: Ensure rendertargets and textures are always rebound at every command buffer start.
by José Fonseca
· 14 years ago
f194399
i965: Remember to pack the constant blend color as floats into the batch
by Chris Wilson
· 14 years ago
5ce0f7f
intel: Reset the buffer offset after releasing reference to packed upload
by Chris Wilson
· 14 years ago
135ccb2
i965: Unmap the correct pointer after discontiguous upload
by Chris Wilson
· 14 years ago
a2029a7
intel: Protect against waiting on a NULL render target bo
by Chris Wilson
· 14 years ago
69d969e
r600g: EXT_texture_array support.
by Dave Airlie
· 14 years ago
13f5a4d
st/mesa: treat 1D ARRAY upload like a depth or 2D array upload.
by Dave Airlie
· 14 years ago
100cd21
scons: Fix Cygwin platform names.
by Vinson Lee
· 14 years ago
8fb0ecd
i915g: Lazy emit dynamic state
by Jakob Bornecrantz
· 14 years ago
b9baad2
i915g: Lazy emit immediate state
by Jakob Bornecrantz
· 14 years ago
69cfc16
i915g: Disable LIS7 state updates for now
by Jakob Bornecrantz
· 14 years ago
42b8b2b
i915g: Clean up in i915_state_immediate
by Jakob Bornecrantz
· 14 years ago
481fad1
i915g: Remove outdated comment
by Jakob Bornecrantz
· 14 years ago
fbd681f
i915g: Use dump function in sw winsys
by Jakob Bornecrantz
· 14 years ago
fc77dee
i915g: Enable mirror repeat wrap mode
by Jakob Bornecrantz
· 14 years ago
4407e50
i915g: Always set vbo to flush on flushes
by Jakob Bornecrantz
· 14 years ago
671018a
intel: gen3 is particular sensitive to batch size
by Chris Wilson
· 14 years ago
19ac5fa
i915: And remember assign the new value to the state reg...
by Chris Wilson
· 14 years ago
4484297
Fix GLX_USE_TLS define.
by Tom Fogal
· 14 years ago
0ed5bf6
r600g: Request DWORD aligned vertex buffers.
by Fabian Bieler
· 14 years ago
b65e219
st/mesa: fix computing the lowest address for interleaved attribs
by Wiktor Janas
· 14 years ago
6d1f28d
vbo: added vbo_check_buffers_are_unmapped() debug function
by Brian Paul
· 14 years ago
bcd017f
vbo: removed unused #defines, add comments
by Brian Paul
· 14 years ago
eb24a5a
mesa: move comment, change debug code
by Brian Paul
· 14 years ago
d7fcb2a
vbo: simplify NeedFlush flag clearing
by Brian Paul
· 14 years ago
d8aebc4
vbo: use ctx intstead of exec->ctx
by Brian Paul
· 14 years ago
cbe47a2
r300g: fix missing initializers warning
by Brian Paul
· 14 years ago
7898d2a
i915g: remove extra semicolons
by Brian Paul
· 14 years ago
90e227f
xlib: pass Display pointer to XMesaGarbageCollect()
by Andy Skinner
· 14 years ago
2bfc23f
i965: Increase Sandybridge point size clamp.
by Kenneth Graunke
· 14 years ago
4a3b281
i965/fs: Correctly set up gl_FragCoord.w on Sandybridge.
by Kenneth Graunke
· 14 years ago
df2aef0
i965/fs: Refactor control flow stack handling.
by Kenneth Graunke
· 14 years ago
2c2686b
i965/fs: Avoid register coalescing away gen6 MATH workarounds.
by Kenneth Graunke
· 14 years ago
72cd7e8
i965/fs: Apply source modifier workarounds to POW as well.
by Kenneth Graunke
· 14 years ago
3e91070
i965: Fix shaders that write to gl_PointSize on Sandybridge.
by Kenneth Graunke
· 14 years ago
c6cedd4
mesa: Avoid undeclared ffs function warning on mingw.
by José Fonseca
· 14 years ago
7aeb610
gallium: s/PIPE_TRANSFER_CPU_READ/PIPE_TRANSFER_READ/ in comments.
by José Fonseca
· 14 years ago
0562f44
gallium/docs: Update PIPE_TRANSFER_xx docs. Reformat to use definitions.
by José Fonseca
· 14 years ago
fad8497
gallium: new transfer flag: DISCARD_WHOLE_RESOURCE
by Keith Whitwell
· 14 years ago
695cdee
st/mesa: fix crash when using both user and vbo buffers with the same stride
by Marek Olšák
· 14 years ago
7942e6a
st/mesa: fix crash when DrawBuffer->_ColorDrawBuffers[0] is NULL
by Marek Olšák
· 14 years ago
3adc108
i965: Trim the interleaved upload to the minimum number of vertices
by Chris Wilson
· 14 years ago
b4cbd2b
i965: Reinstate max-index paranoia
by Chris Wilson
· 14 years ago
3377faf
i965: Zero the offset into the vbo when uploading non-interleaved
by Chris Wilson
· 14 years ago
94ccc31
st/dri: Track drawable context bindings
by Jakob Bornecrantz
· 14 years ago
9e872a5
i965: Fix VB packet reuse when offset for the new buffer isn't stride aligned.
by Eric Anholt
· 14 years ago
12f25eb
Revert "mesa: convert macros to inline functions"
by Brian Paul
· 14 years ago
e2d108e
st/mesa: need to translate clear color according to surface's base format
by Brian Paul
· 14 years ago
c966c69
st/mesa: fix the default case in st_format_datatype()
by Brian Paul
· 14 years ago
55a3c35
i915g: add some throttling
by Daniel Vetter
· 14 years ago
1e96663
i915g: s/bool/boolean/ style-fixup in winsys
by Daniel Vetter
· 14 years ago
593ba7b
i915g: Fix warning
by Jakob Bornecrantz
· 14 years ago
43e6fe5
i915g: Add option to lie about caps
by Jakob Bornecrantz
· 14 years ago
27b49e9
i915g: Move debug fields to screen
by Jakob Bornecrantz
· 14 years ago
fe6800a
i915g: Use debug get once options
by Jakob Bornecrantz
· 14 years ago
3c74ecf
i915g: Rework texture tiling a bit
by Jakob Bornecrantz
· 14 years ago
e7e1fd0
i915g: Anisotropic filtering works
by Jakob Bornecrantz
· 14 years ago
a641766
i915g: TODO about point sprites
by Jakob Bornecrantz
· 14 years ago
e7cdcef
i915g: TODO about untested code hidden behind caps
by Jakob Bornecrantz
· 14 years ago
e3c9bf1
i915g: Reorg caps
by Jakob Bornecrantz
· 14 years ago
7dbafea
st/mesa: fix incorrect texture size allocation in st_finalize_texture()
by Brian Paul
· 14 years ago
4cdcec0
st/mesa: refactor guess_and_alloc_texture() code
by Brian Paul
· 14 years ago
51f9713
st/mesa: fix mipmap generation for non-POW textures
by Brian Paul
· 14 years ago
e9ff76a
mesa: convert macros to inline functions
by Brian Paul
· 14 years ago
da9adb9
vbo: more comments
by Brian Paul
· 14 years ago
6f027ba
vbo: make vbo_exec_FlushVertices_internal() static
by Brian Paul
· 14 years ago
bbd756e
vbo: remove old debug code, add comments
by Brian Paul
· 14 years ago
7cba2df
vbo: rename, document function params
by Brian Paul
· 14 years ago
f0c8e7c
vbo: comments
by Brian Paul
· 14 years ago
0ba2810
vbo: replace assert(0) with proper assertions
by Brian Paul
· 14 years ago
ae4b6e0
vbo: rename some vars, add new comments, fix formatting, etc.
by Brian Paul
· 14 years ago
8b2598d
vbo: use ctx instead of exec->ctx
by Brian Paul
· 14 years ago
f9e1542
radeon: add default switch case to silence unhandled enum warning
by Brian Paul
· 14 years ago
497baf4
Use C-style system headers in C++ code to avoid issues with std:: namespace
by Ian Romanick
· 14 years ago
5a1fbf0f
intel: Fix insufficient integer width for upload buffer offset
by Chris Wilson
· 14 years ago
dcb21d8
svga: Remove some remaining fake S3TC rendering support.
by José Fonseca
· 14 years ago
a43f20e
i965: Remove spurious duplicate ADVANCE_BATCH
by Chris Wilson
· 14 years ago
2c6793f
i915: Emit a single relocation per vbo
by Chris Wilson
· 14 years ago
298ebb7
i915: Suppress emission of redundant stencil updates
by Chris Wilson
· 14 years ago
7c97e28
i915: Separate BLEND from general context state.
by Chris Wilson
· 14 years ago
Next »