Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
mesa3d
/
77d8fbcfd4b79fa022c021ed52bda157d72e1ca9
77d8fbc
mesa: add & use a new driver flag for UBO updates instead of _NEW_BUFFER_OBJECT
by Marek Olšák
· 12 years ago
081c789
mesa: skip _MaxElement computation unless driver needs strict bounds checking
by Marek Olšák
· 12 years ago
db38e9a
mesa: remove unused gl_array_object::NewArray
by Marek Olšák
· 12 years ago
74ca7f0
mesa: remove unused gl_constants::MaxColorTableSize
by Marek Olšák
· 12 years ago
286d06d
mesa: unify MaxVertexVaryingComponents and MaxGeometryVaryingComponents
by Marek Olšák
· 12 years ago
5e78433
mesa: move max texture image unit constants to gl_program_constants
by Marek Olšák
· 12 years ago
d27d29f
mesa: consolidate definitions of max texture image units
by Marek Olšák
· 12 years ago
5471e39
ilo: Initialize read_back in transfer_map_sys.
by Vinson Lee
· 12 years ago
da33f9b
r600g: increase array size for shader inputs and outputs
by Marek Olšák
· 12 years ago
121c2c8
targets/dri-i915: Force c++ linker in all cases
by Chí-Thanh Christopher Nguyễn
· 12 years ago
fc98c47
i965: Actually use the user timeout in glClientWaitSync.
by Ben Widawsky
· 12 years ago
f1d2b37
i965: make GT3 machines work as GT3 instead of GT2
by Paulo Zanoni
· 12 years ago
d0b82b1
i965: Add chipset limits for the Haswell GT3 variant.
by Kenneth Graunke
· 13 years ago
eca2251
i965: Update URB partitioning code for Haswell's GT3 variant.
by Kenneth Graunke
· 13 years ago
c56eba5
i965: Delete dead intel_span.c symlink.
by Kenneth Graunke
· 12 years ago
0f3068a
i965/vs: Make virtual grf live intervals actually cover their used range.
by Eric Anholt
· 12 years ago
e290372
i965/fs: Make virtual grf live intervals actually cover their used range.
by Eric Anholt
· 12 years ago
dd6152b
docs: document GALLIUM_HUD and LIBGL_SHOW_FPS
by Marek Olšák
· 12 years ago
daa90f9
ilo: Add support for HW primitive restart.
by Courtney Goeltzenleuchter
· 12 years ago
009d797
svga: misc whitespace and comment fixes in svga_cmd.c
by Brian Paul
· 12 years ago
60c71cc
docs: remove ^M chars from GL3.txt
by Brian Paul
· 12 years ago
e014401
st/mesa: generate GL_OUT_OF_MEMORY if we can't create the index buffer
by Brian Paul
· 12 years ago
a8e4614
ilo: add support for PIPE_FORMAT_ETC1_RGB8
by Chia-I Wu
· 12 years ago
183ea82
ilo: support mapping with a staging system buffer
by Chia-I Wu
· 12 years ago
baa44db
ilo: allow for different mapping methods
by Chia-I Wu
· 12 years ago
7cca1aa
ilo: allow bo format to differ from that requested
by Chia-I Wu
· 12 years ago
1c56fc1
draw/llvm: Add additional llvm optimization passes
by Stéphane Marchesin
· 12 years ago
0b0d6f9
i965: Sync brw_format_for_mesa_format() table with new Mesa formats.
by Eric Anholt
· 12 years ago
2755946
i965: Update the surface formats table from the current specs.
by Eric Anholt
· 12 years ago
5d89487
i965: Add surface format defines from the public specs.
by Eric Anholt
· 12 years ago
4e9c7f9
mesa/program: Don't copy propagate from swizzles.
by Fabian Bieler
· 12 years ago
e1ff753
mesa/st: Don't copy propagate from swizzles.
by Fabian Bieler
· 12 years ago
5d06c9e
i965: Fix hangs on HSW since the gen6 blorp fix.
by Eric Anholt
· 12 years ago
2878f46
egl/android: Fix error condition for EGL_ANDROID_image_native_buffer
by Chad Versace
· 12 years ago
38d2a16
i915: Use Y tiling for textures
by Stéphane Marchesin
· 12 years ago
fc24c7a
i915g: Optimize batchbuffer sizes
by Stéphane Marchesin
· 12 years ago
7f7c7fd
i915g: Add more PIPE_CAP_* support
by Stéphane Marchesin
· 12 years ago
0003567
ilo: remove our own type inference
by Chia-I Wu
· 12 years ago
b74af51
ilo: use tgsi_util_get_texture_coord_dim()
by Chia-I Wu
· 12 years ago
75a48a5
tgsi: fix operand type of TGSI_OPCODE_NOT
by Chia-I Wu
· 12 years ago
1f97081
tgsi: refactor tgsi_opcode_infer_src_type()
by Chia-I Wu
· 12 years ago
364feb3
tgsi: refactor tgsi_opcode_infer_dst_type()
by Chia-I Wu
· 12 years ago
8a52453
tgsi: reorder opcodes in opcode type inference
by Chia-I Wu
· 12 years ago
61d57ec
tgsi: clean up exec_tex()
by Chia-I Wu
· 12 years ago
80857d2
tgsi: add tgsi_util_get_texture_coord_dim()
by Chia-I Wu
· 12 years ago
14a0bb8
nv50: initialize kick_notify callback in nv50_create
by Bryan Cain
· 12 years ago
3f09e52
i965: Use Y-tiled blits to untile for cached mappings of miptrees.
by Eric Anholt
· 12 years ago
d641a01
i965: Add support for Y-tiled blits on gen6+.
by Eric Anholt
· 12 years ago
7a74808
i965: Count occlusion query samples for CopyPixels using the 2D engine.
by Eric Anholt
· 12 years ago
f8c3242
egl/wayland: Implement EGL_EXT_swap_buffers_with_damage
by Robert Bragg
· 13 years ago
6425b14
egl: Add extension infrastructure for EGL_EXT_swap_buffers_with_damage
by Robert Bragg
· 12 years ago
95dda0d
egl: Update to revision 21254 of eglext.h
by Robert Bragg
· 12 years ago
65102b7
gallium: more tgsi documentation updates
by Roland Scheidegger
· 12 years ago
4ba9c9c
ilo: Add missing break statement in aos_tex TGSI_OPCODE_TEX2 case.
by Vinson Lee
· 12 years ago
c9cf83b
r600g/sb: optimize some cases for CNDxx instructions
by Vadim Girlin
· 12 years ago
46dfad8
r600g/sb: fix memory leaks
by Vadim Girlin
· 12 years ago
1c28e7c
r600g/sb: fix kcache handling on r6xx
by Vadim Girlin
· 12 years ago
03ef606
intel: Remove renderbuffer delete setup from texture wrapping.
by Eric Anholt
· 12 years ago
77a405d
mesa: Make Mesa core set up wrapped texture renderbuffer state.
by Eric Anholt
· 12 years ago
5b190d1
intel: Simplify renderbuffer-for-texture width setup.
by Eric Anholt
· 12 years ago
749a927
mesa: Make core Mesa allocate the texture renderbuffer wrapper.
by Eric Anholt
· 12 years ago
5b9609f
i965: Use brw_blorp_blit_miptrees() for CopyTexSubImage().
by Eric Anholt
· 12 years ago
40956c5
i965: Move blorp resolve setup into brw_blorp_blit_miptrees().
by Eric Anholt
· 12 years ago
730c90a
gallivm: Fix build for LLVM < 3.3
by Tom Stellard
· 12 years ago
bb94d4d
r600g/llvm: Parse config values in register / value pairs
by Tom Stellard
· 12 years ago
df27320
r600g/llvm: Don't feed LLVM output through r600_bytecode_build()
by Tom Stellard
· 12 years ago
e917ed9
r600g/llvm: Don't emit CALL_FS for vertex shaders
by Tom Stellard
· 12 years ago
1d09a8c
i965: Lower bitfieldInsert.
by Matt Turner
· 12 years ago
acd2bcc
i965/vs: Add support for bit instructions.
by Matt Turner
· 12 years ago
1f0f26d
i965/fs: Add support for bit instructions.
by Matt Turner
· 12 years ago
fa95818
i965: Add support for emitting and disassembling bit instructions.
by Matt Turner
· 12 years ago
c71bee7
i965: Print the correct dst and shared-src types for 3-src instructions.
by Matt Turner
· 12 years ago
526ffdf
i965/gen7: Set src/dst types for 3-src instructions.
by Matt Turner
· 12 years ago
2305047
i965: Add 3-src destination and shared-source type macros.
by Matt Turner
· 12 years ago
4049d48
i965: Add Gen7+ fields to brw_instruction and add comments.
by Matt Turner
· 12 years ago
dafd050
glsl: Add a pass to lower bitfield-insert into bfm+bfi.
by Matt Turner
· 12 years ago
9c04b8c
glsl: Add constant evaluation of bit built-ins.
by Matt Turner
· 12 years ago
499d8c6
glsl: Add support for new bit built-ins in ARB_gpu_shader5.
by Matt Turner
· 12 years ago
44d3287
glsl: Add new bit built-ins IR and prototypes from ARB_gpu_shader5.
by Matt Turner
· 12 years ago
f9e3787
glsl: Rework ir_reader to handle expressions with four operands.
by Matt Turner
· 12 years ago
f99f78e
mesa: Add infrastructure for ARB_gpu_shader5.
by Matt Turner
· 12 years ago
914d797
radeon/llvm: Always build libradeonllvm as static
by Tom Stellard
· 12 years ago
024fe68
radeon/llvm: Use LLVM C API for compiling LLVM IR to ISA v2
by Tom Stellard
· 12 years ago
55eb8ea
gallivm: Move LLVMStartMultithreaded() static initializer into gallivm
by Tom Stellard
· 12 years ago
7cc98ea
radeon/llvm: Don't use the global context when parsing LLVM IR
by Tom Stellard
· 12 years ago
bd850cb
i965: Remove GL_ARB_color_buffer_float from GL core contexts.
by Eric Anholt
· 12 years ago
ec143dc
r600g/llvm: Update radeon family mappings for LLVM backend
by Tom Stellard
· 12 years ago
5cca6b6
android: libsync is needed on Android 4.2+ for any driver
by Chia-I Wu
· 12 years ago
da109d5
android: add ilo to the build system
by Chia-I Wu
· 12 years ago
739b883
glsl: Flip around "if" statements with empty "then" blocks.
by Eric Anholt
· 12 years ago
0083462
ilo: correctly set return types of sampler messages
by Chia-I Wu
· 12 years ago
b42fe19
r600g/llvm: Undefines unrequired texture coord values
by Vincent Lejeune
· 12 years ago
c415012
nvc0: fixup video decoding with 2D_ARRAY
by Maarten Lankhorst
· 12 years ago
8c347d4
gallium: fix type of flags in pipe_context::flush()
by Chia-I Wu
· 12 years ago
cbf3462
i965: Enable fast clears on non-8x4-aligned sizes.
by Eric Anholt
· 12 years ago
7608490
vbo: add comments, const qualifiers
by Brian Paul
· 12 years ago
0baf325
mesa: whitespace, formatting fixes, etc in api_arrayelt.c
by Brian Paul
· 12 years ago
7c9e5af
vbo: use new no-op ArrayElement in _mesa_noop_vtxfmt_init()
by Brian Paul
· 12 years ago
7b76230
mesa: change ctx->Driver.NeedFlush to GLbitfield and update comment
by Brian Paul
· 12 years ago
36c83cc
mesa; change ctx->Driver.SaveNeedFlush to boolean, and document it.
by Brian Paul
· 12 years ago
Next »