Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
mesa3d
/
8b2598d000e4002bd0f07bf1eeecf4488fb6627c
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
4f82585
i915: Only flag context changes if the actual state is changed
by Chris Wilson
· 14 years ago
0b0cad3
i915: suppress repeated sampler state emission
by Chris Wilson
· 14 years ago
87641cf
i915: Eliminate redundant CONSTANTS updates
by Chris Wilson
· 14 years ago
41260a9
i965: Use compiler builtins when available
by Chris Wilson
· 14 years ago
8ea6e98
i965: Micro-optimise check_state
by Chris Wilson
· 14 years ago
50ade6e
intel: use throttle ioctl for throttling
by Chris Wilson
· 14 years ago
46131a8
i965: Remove unused 'next_free_page' member
by Chris Wilson
· 14 years ago
57ca080
intel: Skip the flush before read-pixels via blit
by Chris Wilson
· 14 years ago
c625aa1
intel: extend current vertex buffers
by Chris Wilson
· 14 years ago
a07e481
intel: Use specified alignment for writes into the upload buffer
by Chris Wilson
· 14 years ago
d9e5913
i965: Clean up brw_prepare_vertices()
by Chris Wilson
· 14 years ago
3630d5b
intel: combine short memcpy using a temporary allocated buffer
by Chris Wilson
· 14 years ago
dfc6c96
i965: upload normal arrays as interleaved
by Chris Wilson
· 14 years ago
94d73d7
i965: interleaved vbo
by Chris Wilson
· 14 years ago
559435d
i965: emit one vb packet per vbo
by Chris Wilson
· 14 years ago
abb5109
i965: upload transient indices into the same discontiguous buffer
by Chris Wilson
· 14 years ago
60bb3e5
i965: suppress repeat-emission of identical vertex elements
by Chris Wilson
· 14 years ago
aac1209
i965: Move repeat-instruction-suppression to batchbuffer core
by Chris Wilson
· 14 years ago
8d68a90
intel: use pwrite for batch
by Chris Wilson
· 14 years ago
3f55683
i965: drop state_bo references to batch_bo
by Chris Wilson
· 14 years ago
1be3764
i965: directly write wm state to batch
by Chris Wilson
· 14 years ago
df15654
i965: write cc straight to batch
by Chris Wilson
· 14 years ago
f296065
i965: switch gen6 to use its own cc state bo
by Chris Wilson
· 14 years ago
8a9e67b
intel: Buffered upload
by Chris Wilson
· 14 years ago
40ee154
intel: Replace the bo for a complete update
by Chris Wilson
· 14 years ago
abb3786
i965: Combine vb upload buffer with the general upload buffer
by Chris Wilson
· 14 years ago
e476e12
intel: Pack dynamic draws together
by Chris Wilson
· 14 years ago
d0809d7
intel: Use system memory for DYNAMIC_DRAW source objects
by Chris Wilson
· 14 years ago
45ba7af
i965: Trim the trailing NOOP from 3DSTATE_INDEX_BUFFER
by Chris Wilson
· 14 years ago
13bab58
i965: Fallback on encountering a NULL render buffer
by Chris Wilson
· 14 years ago
8033700
i915g: s/__func__/__FUNCTION__/
by Vinson Lee
· 14 years ago
c0122da
i915g: kill remnants of mmapped batchbuffer support
by Daniel Vetter
· 14 years ago
fa18680
i915g: Add winsys/i915/sw to scons build
by Jakob Bornecrantz
· 14 years ago
20ff6a2
i915g: Fix void ptr arith
by Jakob Bornecrantz
· 14 years ago
ec3c5ac
i915g: Add dummy flush_frontbuffer
by Jakob Bornecrantz
· 14 years ago
aa6a5cf
Fix --enable-shared-glapi configure option
by Jon TURNEY
· 14 years ago
bf0c565
egl_dri2: Return NULL when xcb_get_geometry_reply fails.
by Chia-I Wu
· 14 years ago
91ea603
scons: Add aliases for the llvmpipe unit tests.
by José Fonseca
· 14 years ago
57d4e92
gallivm: Use simple scaling plus casting in more unorm->float cases.
by José Fonseca
· 14 years ago
b1002e4
glsl: Remove $(PWD) from Makefile in favor of .
by Kenneth Graunke
· 14 years ago
0b436cf
r300g: fix a possible race when counting contexts
by Marek Olšák
· 14 years ago
e9e5380
r300g: fix invalid dereference in winsys
by Marek Olšák
· 14 years ago
e16e706
svga: Fix NULL dereference.
by José Fonseca
· 14 years ago
7ea729a
vbo: add debug code to verify that buffers are unmapped before drawing
by Brian Paul
· 14 years ago
6364d75
mesa: MESA_VERBOSE logging for glRead/Draw/CopyPixels, glBlitFramebuffer
by Brian Paul
· 14 years ago
633c9fc
st/mesa: set renderbuffer _BaseFormat in a few places
by Brian Paul
· 14 years ago
09f14a6
st/mesa: check buffer orientation in blit_copy_pixels()
by Brian Paul
· 14 years ago
0ced789
svga: Ensure pending drawing commands other surface operations are emitted before DMAs.
by José Fonseca
· 14 years ago
f9b4867
svga: Cannot use negate or abs on source to dsx/dsy instructions.
by José Fonseca
· 14 years ago
0cb6329
svga: Ensure SWTNL is created after HWTNL.
by José Fonseca
· 14 years ago
15c3e21
svga: Ensure LRP's restrictions are observed in all uses.
by José Fonseca
· 14 years ago
965ab5f
svga: Preserve src swizzles in submit_op2/3/4.
by José Fonseca
· 14 years ago
fd8d4b3
r300g: remove tracking whether vertex buffers need to be validated
by Marek Olšák
· 14 years ago
bb46eea
st/mesa: fix geometry corruption by always re-binding vertex arrays
by Marek Olšák
· 14 years ago
e0481ca
svga: Disable surface cache for textures
by Jakob Bornecrantz
· 14 years ago
912ad88
svga: Describe svga_sampler_views for refcnt debugging
by Jakob Bornecrantz
· 14 years ago
99d9552
svga: Make sure that refcnt debugger gets the correct backtrace for create
by Jakob Bornecrantz
· 14 years ago
52ad456
util: Make refcnt and symbol debuggers work on windows
by Jakob Bornecrantz
· 14 years ago
d252db7
Point to bugs.freedesktop.org rather than bugzilla.freedesktop.org
by Cyril Brulebois
· 14 years ago
449c4f3
u_vbuf_mgr: initialize flag indicating that buffers have been updated
by Marek Olšák
· 14 years ago
8cbd3b5
gallium/svga: Fix unnecessary swtnl fallbacks
by Thomas Hellstrom
· 14 years ago
dfa5928
r600g: reorganise rgtc pieces.
by Dave Airlie
· 14 years ago
b736b4a
st/mesa: implement blit-based path for glCopyPixels
by Brian Paul
· 14 years ago
d44fbd3
mesa: fix comments for _mesa_clip_readpixels()
by Brian Paul
· 14 years ago
de2f25d
st/mesa: indentation fix
by Brian Paul
· 14 years ago
8b5119a
r600g: Start a new TEX clause if the texture lookup address was fetched in the current clause
by Fabian Bieler
· 14 years ago
51cc144
r600g: Add support to dump vertex- and texture-fetch clauses
by Fabian Bieler
· 14 years ago
2a6cce0
r600g: add BC4/5 to RGTC conversion
by Dave Airlie
· 14 years ago
262b785
util: Fix typo in last commit.
by José Fonseca
· 14 years ago
d1becef
st/mesa: fix incorrect glCopyPixels position on fallback path
by Brian Paul
· 14 years ago
1fa97dd
draw: update comments, rename vars in pstipple code
by Brian Paul
· 14 years ago
0adeaf0
svga: Don't use more than one constant per IFC instruction.
by José Fonseca
· 14 years ago
8902c42
mesa: Do copy propagation across if-else-endif.
by José Fonseca
· 14 years ago
6c1fcf8
util: Cleanup symbol name resolution on Windows.
by José Fonseca
· 14 years ago
1bf9954
docs: updated environment variable list
by Brian Paul
· 14 years ago
f9df46f
st/mesa: remove unused screen variables
by Brian Paul
· 14 years ago
30ed4ce
mesa: remove the MESA_NO_DITHER env var
by Brian Paul
· 14 years ago
b1d4857
softpipe: rename env vars to be consistent
by Brian Paul
· 14 years ago
f55d027
egl_dri2: add swrast
by Haitao Feng
· 14 years ago
231bf88
r600g: get s3tc working on cards with crappy 64/128 bit types.
by Dave Airlie
· 14 years ago
5cc3512
r600g: add missing type to color buffer swap.
by Dave Airlie
· 14 years ago
5d236d7
gallium/util: init key with memset()
by Brian Paul
· 14 years ago
c8f8d7d
svga: flush when transitioning between HW and SW rendering paths
by Brian Paul
· 14 years ago
b5df194
rtasm: add dummy return statement to silence MSVC warning
by Brian Paul
· 14 years ago
2f5032e
svga: use TRUE/FALSE instead of 0/1
by Brian Paul
· 14 years ago
64762af
svga: fix incorrect comment
by Brian Paul
· 14 years ago
d432f46
svga: dimension the dirty[] array with SVGA_STATE_MAX
by Brian Paul
· 14 years ago
e162f28
mesa: make _mesa_write_renderbuffer_image() non-static
by Brian Paul
· 14 years ago
4b6c9b7
svga: disable a debug_printf() call
by Brian Paul
· 14 years ago
3e8fb54
docs: add glsl info
by Sam Hocevar
· 14 years ago
fde4943
docs: fix glsl_compiler name
by Sam Hocevar
· 14 years ago
Next »