index
:
mesa.git
gallium_va_encpackedheader01
master
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
Commit message (
Expand
)
Author
Age
Files
Lines
*
i965: Avoid null access in intelMakeCurrent()
Juha-Pekka Heikkila
2014-09-23
1
-3
/
+7
*
mesa: add null checks in symbol_table.c
Juha-Pekka Heikkila
2014-09-23
1
-0
/
+30
*
glsl: add missing null check in tfeedback_decl::init()
Juha-Pekka Heikkila
2014-09-23
1
-0
/
+5
*
i965: in set_read_rb_tex_image() check _mesa_meta_bind_rb_as_tex_image() did ...
Juha-Pekka Heikkila
2014-09-23
2
-5
/
+18
*
glsl: Fix memory leak in glsl_lexer.ll
Juha-Pekka Heikkila
2014-09-23
1
-3
/
+6
*
ilo: rework pipeline workarounds
Chia-I Wu
2014-09-23
3
-228
/
+339
*
ilo: remove handle_invalid_batch_bo()
Chia-I Wu
2014-09-23
3
-67
/
+32
*
ilo: make gen6_pipeline_update_max_svbi() static
Chia-I Wu
2014-09-23
3
-8
/
+1
*
freedreno/ir3: add TXB2 support
Ilia Mirkin
2014-09-22
1
-4
/
+14
*
freedreno/ir3: add TXQ support
Ilia Mirkin
2014-09-22
1
-0
/
+27
*
freedreno/ir3: fix TXB/TXL to actually pull the bias/lod argument
Ilia Mirkin
2014-09-22
1
-1
/
+4
*
freedreno/ir3: make texture instruction construction more dynamic
Ilia Mirkin
2014-09-22
1
-145
/
+80
*
i915: Fix black buffers when importing prime fds
Andreas Pokorny
2014-09-23
1
-0
/
+2
*
egl/drm: expose KHR_image_pixmap extension
Andreas Pokorny
2014-09-23
1
-0
/
+1
*
gallium: update comment for enum pipe_format
Brian Paul
2014-09-22
1
-6
/
+1
*
gallium: replace pipe_type enum with tgsi_return_type enum
Brian Paul
2014-09-22
7
-28
/
+29
*
draw: use new tgsi_transform inst/decl helpers in pstipple code
Brian Paul
2014-09-22
1
-68
/
+19
*
draw: use new tgsi_transform inst/decl helpers in aapoint code
Brian Paul
2014-09-22
1
-202
/
+54
*
draw: use new tgsi_transform inst/decl helpers in aaline code
Brian Paul
2014-09-22
1
-66
/
+21
*
tgsi: add inst/decl helpers for tgsi_transform utility
Brian Paul
2014-09-22
1
-0
/
+333
*
draw: use tgsi transform prolog callback in polygon stipple code
Brian Paul
2014-09-22
1
-125
/
+110
*
draw: use tgsi transform prolog/epilog callbacks in AA line code
Brian Paul
2014-09-22
1
-90
/
+92
*
draw: use tgsi transform prolog/epilog callbacks in AA point code
Brian Paul
2014-09-22
1
-305
/
+316
*
tgsi: fix tgsi transform's epilog callback
Brian Paul
2014-09-22
1
-7
/
+15
*
tgsi: add prolog() method to tgsi_transform_context
Brian Paul
2014-09-22
2
-0
/
+13
*
glsl: use ptrdiff_t cast to silence g++ sign warning
Brian Paul
2014-09-22
1
-1
/
+1
*
i965/fs: Remove direct fs_visitor brw_wm_prog_key dependence
Jordan Justen
2014-09-22
5
-9
/
+36
*
i965/fs: Use brw_sampler_prog_key_data instead of brw_wm_prog_key::tex
Jordan Justen
2014-09-22
1
-12
/
+29
*
i965/fs: Remove direct fs_visitor brw_wm_prog_data dependence
Jordan Justen
2014-09-22
3
-21
/
+56
*
clover: Add support to mem objects for multiple destructor callbacks v2
Tom Stellard
2014-09-22
2
-5
/
+8
*
st/xa: silence unused variable warning
Brian Paul
2014-09-22
1
-0
/
+1
*
target-helpers: add inline qualifier on configuration_query()
Brian Paul
2014-09-22
1
-1
/
+1
*
ilo: clean up fallback path for primitive restart
Chia-I Wu
2014-09-22
1
-160
/
+74
*
ilo: handle conditional rendering in the context
Chia-I Wu
2014-09-22
8
-65
/
+58
*
ilo: create the pipeline from the builder
Chia-I Wu
2014-09-22
5
-15
/
+7
*
ilo: move aperture checks out of pipeline
Chia-I Wu
2014-09-22
3
-72
/
+69
*
ilo: flush before setting SOL_RESET
Chia-I Wu
2014-09-22
2
-5
/
+8
*
ilo: move size estimation check out of pipeline
Chia-I Wu
2014-09-22
3
-10
/
+10
*
freedreno/a3xx: more texture array fixes
Rob Clark
2014-09-21
3
-19
/
+22
*
freedreno: add DRM_CONF_SHARE_FD
Rob Clark
2014-09-21
3
-4
/
+34
*
ilo: use a single list for queries
Chia-I Wu
2014-09-21
2
-69
/
+8
*
ilo: replace software queries by hardware ones
Chia-I Wu
2014-09-21
4
-83
/
+47
*
ilo: support prim queries in ilo_3d_pipeline_emit_query()
Chia-I Wu
2014-09-21
1
-0
/
+24
*
ilo: add ilo_3d_pipeline_emit_query()
Chia-I Wu
2014-09-21
6
-180
/
+123
*
ilo: rework query support
Chia-I Wu
2014-09-21
8
-402
/
+357
*
ilo: clarify cp owning/releasing
Chia-I Wu
2014-09-21
3
-13
/
+20
*
ilo: add a pointer to builder in ilo_3d_pipeline
Chia-I Wu
2014-09-20
4
-187
/
+190
*
ilo: add a helper for RECTLIST blitter
Chia-I Wu
2014-09-20
3
-33
/
+43
*
ilo: no direct ilo_context access in BLT blitter
Chia-I Wu
2014-09-20
1
-21
/
+20
*
ilo: fix headers in Makefile.sources
Chia-I Wu
2014-09-20
1
-5
/
+4
[next]