Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
mesa3d
/
c8b8e8b29b755cd3d80fc5e470f441cb3716152a
c8b8e8b
i965: Don't count NIR instructions for shader-db.
by Kenneth Graunke
· 9 years ago
7796e88
winsys/radeon: Unmap GPU VM address range when destroying BO
by Michel Dänzer
· 9 years ago
3fd4c80
vc4: Also dump VC4_PACKET_LOAD_TILE_BUFFER_GENERAL.
by Eric Anholt
· 9 years ago
5458ac0
vc4: Add dumping for VC4_PACKET_LOAD/STORE_FULL_RES_TILE_BUFFER.
by Eric Anholt
· 9 years ago
997f677
vc4: Don't try to CSE color reads.
by Eric Anholt
· 9 years ago
0f69d59
vc4: Make a helper for TLB color writes, too.
by Eric Anholt
· 9 years ago
af83eb2
vc4: Pull the blending operation out to a separate function.
by Eric Anholt
· 9 years ago
76851f4
vc4: Clarify size calculation for Z/S writes.
by Eric Anholt
· 9 years ago
8fbcabc
vc4: Add an "args" temporary for RCL setup.
by Eric Anholt
· 9 years ago
19056d0
vc4: Reuse (and extend) the packet.h sizes for dumping.
by Eric Anholt
· 9 years ago
fc0da62
vc4: Fix printfs for blit fallbacks.
by Eric Anholt
· 9 years ago
e70f561
tgsi_to_nir: Fix translation of TXF on MSAA targets.
by Eric Anholt
· 9 years ago
6844d6b
i965/fs: Get rid of an unused variable in emit_barrier()
by Jason Ekstrand
· 9 years ago
4080129
i965: Remove the brw_context from the visitors
by Jason Ekstrand
· 9 years ago
bcaf4a3
i965/vec4_vs: Add an explicit use_legacy_snorm_formula flag
by Jason Ekstrand
· 9 years ago
924b15d
i965/vec4: Turn some _mesa_problem calls into asserts
by Jason Ekstrand
· 9 years ago
663f8d1
i965/vs: Pass the current set of clip planes through run() and run_vs()
by Jason Ekstrand
· 9 years ago
4af62c0
i965/fs: Add a do_rep_send flag to run_fs
by Jason Ekstrand
· 9 years ago
1b0f6ff
i965: Pull calls to get_shader_time_index out of the visitor
by Jason Ekstrand
· 9 years ago
c7893dc
i965: Use a single index per shader for shader_time.
by Jason Ekstrand
· 9 years ago
6e255a3
i965: Add compiler options to brw_compiler
by Jason Ekstrand
· 10 years ago
073294d
i965/fs: Plumb compiler debug logging through brw_compiler
by Jason Ekstrand
· 9 years ago
3fd457c
i965/fs: Do the no16 perf logging directly in fs_visitor::no16()
by Jason Ekstrand
· 9 years ago
f45bf97
i965/fs: Make no16 non-variadic
by Jason Ekstrand
· 9 years ago
1bc3b62
i965: Move INTEL_DEBUG variable parsing to screen creation time
by Jason Ekstrand
· 10 years ago
d7565b7
i965: Remove the dependance on brw_context from the generators
by Jason Ekstrand
· 10 years ago
e639a6f
i965: Plumb compiler debug logging through a function pointer in brw_compiler
by Jason Ekstrand
· 10 years ago
b0ad3ce
mesa: Add a va_args variant of _mesa_gl_debug().
by Kenneth Graunke
· 10 years ago
6307644
i965: Replace some instances of brw->gen with devinfo->gen
by Jason Ekstrand
· 9 years ago
ae09758
i965: Initialize backend_shader::mem_ctx in its constructor.
by Matt Turner
· 9 years ago
d8eeb49
i965: Assert that the GL primitive isn't out of range.
by Matt Turner
· 9 years ago
4d93a07
i965/cfg: Assert that cur_do/while/if pointers are non-NULL.
by Matt Turner
· 9 years ago
04758d2
mesa: Delete unused ICEIL().
by Matt Turner
· 9 years ago
a49328d
i965/fs: Don't mess up stride for uniform integer multiplication.
by Matt Turner
· 9 years ago
3fa9bb8
egl/x11: Remove duplicate call to dri2_x11_add_configs_for_visuals
by Boyan Ding
· 9 years ago
20dca37
i965/gen9: Don't use encrypted MOCS
by Ben Widawsky
· 9 years ago
78d58e6
nv50,nvc0: make sure to pushbuf_refn before putting bo into pushbuf_data
by Ilia Mirkin
· 9 years ago
9fcbf51
nvc0: always put all tfb bufs into bufctx
by Ilia Mirkin
· 9 years ago
fccf012
glsl: binding point is a texture unit, which is a combined space
by Ilia Mirkin
· 9 years ago
59f8d4e
android: egl: do not link against libglapi
by Emil Velikov
· 9 years ago
a0dc6b7
gbm: do not (over)link against libglapi.so
by Emil Velikov
· 9 years ago
828f133
gbm: dlopen libglapi so gbm_create_device works
by Frank Henigman
· 10 years ago
6ed52f7
configure: drop unused variable GBM_BACKEND_DIRS
by Emil Velikov
· 9 years ago
994be51
configure: error out when building libEGL without shared-glapi
by Emil Velikov
· 9 years ago
ddc886b
configure: error out when building backend-less libEGL
by Emil Velikov
· 9 years ago
2752e62
drivers/x11: drop unneeded HAVE_X11_DRIVER check
by Emil Velikov
· 9 years ago
92dc507
configure: allow building shared-glapi powered libgl-xlib
by Emil Velikov
· 9 years ago
5c37aba
targets/libgl-xlib: fix the build against shared_glapi
by Emil Velikov
· 9 years ago
b92233f
drivers/x11: fix the build against shared_glapi
by Emil Velikov
· 9 years ago
6d744aa
configure: warn about shared_glapi & xlib-glx only when both are set
by Emil Velikov
· 9 years ago
06109db
glapi: remap_helper.py: remove unused argument 'es'
by Emil Velikov
· 9 years ago
ec16bb6
glapi: gl_table.py: remove unused variable 'es'
by Emil Velikov
· 9 years ago
4f8f790
egl: Use the loader_open_device() helper to do open with CLOEXEC
by Derek Foreman
· 9 years ago
324ee9b
glx: Use loader_open_device() helper
by Derek Foreman
· 9 years ago
9c92746
loader: Rename drm_open_device() to loader_open_device() and share it
by Derek Foreman
· 9 years ago
aaac913
egl/drm: Duplicate fd with F_DUPFD_CLOEXEC to prevent leak
by Derek Foreman
· 9 years ago
be5f71d
draw,tgsi: Assume TGSI_PROPERTY_GS_INVOCATIONS default of 1.
by Jose Fonseca
· 9 years ago
634cfb9
glsl: Specify the shader stage in linker errors due to too many in/outputs.
by Jose Fonseca
· 9 years ago
4731be7
docs: update GL3 with softpipe/llvmpipe gpu_shader5 pieces.
by Dave Airlie
· 9 years ago
1a71fbe
draw/gallivm: add invocation ID support for llvmpipe.
by Dave Airlie
· 9 years ago
40d2258
draw/tgsi: implement geom shader invocation support.
by Dave Airlie
· 9 years ago
24e77cb
tgsi: handle indirect sampler arrays. (v2)
by Dave Airlie
· 9 years ago
1762568
nir: Allow vec2/vec3/vec4 instructions in the select peephole pass.
by Kenneth Graunke
· 9 years ago
94e3864
i965: Add and fix comments in brw_vue_map.c.
by Kenneth Graunke
· 9 years ago
38eb901
i965: Split VUE map handling out of brw_vs.c into brw_vue_map.c.
by Kenneth Graunke
· 9 years ago
90754d2
i965/gen9: Implement Push Constant Buffer workaround
by Ben Widawsky
· 9 years ago
2b07b8d
mesa: use _mesa_lookup_enum_by_nr() in print_array()
by Brian Paul
· 9 years ago
8787141
ilo: emit 3DPRIMITIVE from gen6_3dprimitive_info
by Chia-I Wu
· 9 years ago
58f95b3
ilo: align vertex buffer size in buf_create()
by Chia-I Wu
· 9 years ago
513bc5d
ilo: move ilo_format.[ch] out of core
by Chia-I Wu
· 9 years ago
3547bb0
ilo: add ilo_state_surface_valid_format()
by Chia-I Wu
· 9 years ago
aa3e5e0
ilo: add ilo_state_vf_valid_element_format()
by Chia-I Wu
· 9 years ago
da8300c
nvc0: use NV_VRAM_DOMAIN() macro
by Alexandre Courbot
· 10 years ago
f2240683
nouveau: support for custom VRAM domains
by Alexandre Courbot
· 10 years ago
57bdcae
ilo: add ilo_state_compute
by Chia-I Wu
· 9 years ago
2bf5a42
r600g: ignore sampler views for now.
by Dave Airlie
· 9 years ago
66a93a0
freedreno/ir3: pass sz to split_dest()
by Rob Clark
· 9 years ago
1ee4d51
freedreno/ir3/nir: add more opcodes
by Rob Clark
· 9 years ago
43048c7
freedreno/ir3: only unminify txf coords on a3xx
by Rob Clark
· 9 years ago
0f00808
freedreno: remove int sampler shader variants
by Rob Clark
· 9 years ago
457f7c2
freedreno/ir3: block reshuffling and loops!
by Rob Clark
· 9 years ago
660d5c1
freedreno/ir3: a4xx encodes larger immed offset
by Rob Clark
· 9 years ago
d646d3a
freedreno/ir3: simplify find_neighbors stop condition
by Rob Clark
· 9 years ago
c8fb5f8
freedreno/ir3: move inputs/outputs to shader
by Rob Clark
· 9 years ago
d52fb2f
freedreno/ir3/ra: use register_allocate
by Rob Clark
· 10 years ago
694beb8
freedreno/ir3: introduce ir3_compiler object
by Rob Clark
· 9 years ago
5c1e153
freedreno/ir3: dump nocp option
by Rob Clark
· 10 years ago
7674ab1
freedreno/ir3: silence warnings
by Rob Clark
· 9 years ago
0f6faa8
freedreno/ir3: remove tgsi f/e
by Rob Clark
· 10 years ago
7273cb4
freedreno/ir3/sched: convert to priority queue
by Rob Clark
· 10 years ago
adf1659
freedreno/ir3: use standard list implementation
by Rob Clark
· 10 years ago
67d994c
freedreno/ir3: drop dot graph dumping
by Rob Clark
· 10 years ago
5c8c2e2
freedreno/ir3: more builder helpers
by Rob Clark
· 10 years ago
b33015f
gallium/ttn: add missing SNE
by Rob Clark
· 10 years ago
c79b2e6
util/list: add list_first/last_entry
by Rob Clark
· 10 years ago
b3d2e36
gallium/ttn: add texture-type support
by Rob Clark
· 9 years ago
cb258c1
glsl_to_tgsi: add SVIEW decl support
by Rob Clark
· 9 years ago
9337974
util/blitter (and friends): generate appropriate SVIEW decls
by Rob Clark
· 9 years ago
e536992
util/pstipple: updates for SVIEW decls
by Rob Clark
· 9 years ago
b516e68
draw: updates to support SVIEW decls
by Rob Clark
· 9 years ago
Next »