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
*
gallium/nouveau: add automake target 'template'
Emil Velikov
2014-09-24
8
-69
/
+66
*
targets/pipe-loader: drop unused authentication
Emil Velikov
2014-09-24
6
-8
/
+6
*
targets/vl: fix hard-links when building shared pipe-drivers
Emil Velikov
2014-09-24
3
-6
/
+6
*
gallium/freedreno: remove unused draw header
Emil Velikov
2014-09-24
1
-1
/
+0
*
gallium/r300: remove obsolete declaration
Emil Velikov
2014-09-24
1
-1
/
+0
*
vc4: Drop maximum number of varyings down to 8.
Eric Anholt
2014-09-24
1
-1
/
+4
*
vc4: Add support for flat shading.
Eric Anholt
2014-09-23
5
-2
/
+33
*
vc4: Drop stale comment.
Eric Anholt
2014-09-23
1
-1
/
+0
*
util: fix SCons build
Brian Paul
2014-09-23
1
-0
/
+3
*
vc4: Put dead writes into the NOP register when generating code.
Eric Anholt
2014-09-23
1
-1
/
+8
*
vc4: When possible, resolve raddr conflicts by swapping files on specials.
Eric Anholt
2014-09-23
1
-5
/
+29
*
vc4: Fix overzealous raddr conflict resolution.
Eric Anholt
2014-09-23
1
-5
/
+7
*
vc4: Add support for 8-bit unorm/snorm vertex inputs.
Eric Anholt
2014-09-23
6
-16
/
+101
*
vc4: Add disasm for A-file unpack operations.
Eric Anholt
2014-09-23
3
-22
/
+26
*
vc4: Switch to using Mesa's register allocator.
Eric Anholt
2014-09-23
5
-114
/
+121
*
vc4: Make a static list of all the registers.
Eric Anholt
2014-09-23
1
-12
/
+82
*
vc4: Switch the context struct to use ralloc.
Eric Anholt
2014-09-23
1
-2
/
+3
*
mesa: Move register_allocate.c to util.
Eric Anholt
2014-09-23
16
-30
/
+13
*
gallivm: fix idiv
Roland Scheidegger
2014-09-23
1
-7
/
+5
*
egl: extra null checks for get_xcb_screen() return values
Juha-Pekka Heikkila
2014-09-23
1
-6
/
+24
*
meta: Fix error paths in meta_copy_image.c
Juha-Pekka Heikkila
2014-09-23
1
-0
/
+9
*
meta: Avoid null access on setup_glsl_msaa_blit_shader()
Juha-Pekka Heikkila
2014-09-23
1
-11
/
+13
*
i965: Add extra null check in intel_bufferobj_alloc()
Juha-Pekka Heikkila
2014-09-23
1
-0
/
+3
*
mesa/main: Check allocations success in _mesa_one_time_init_extension_overrid...
Juha-Pekka Heikkila
2014-09-23
1
-0
/
+9
*
glsl: Check realloc return value in ir_function::matching_signature()
Juha-Pekka Heikkila
2014-09-23
1
-2
/
+9
*
loader: Check dlsym() did not fail in libudev_get_device_name_for_fd()
Juha-Pekka Heikkila
2014-09-23
1
-0
/
+3
*
glsl: Check calloc return value in link_intrastage_shaders()
Juha-Pekka Heikkila
2014-09-23
1
-4
/
+11
*
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
[next]