index
:
mesa.git
gallium_va_encpackedheader01
master
Unnamed repository; edit this file 'description' to name the repository.
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
Commit message (
Expand
)
Author
Age
Files
Lines
*
targets/xvmc: do not link against libtrace.la
Emil Velikov
2013-11-16
2
-2
/
+0
*
targets/xvmc: consolidate lib deps into Automake.inc
Emil Velikov
2013-11-16
3
-8
/
+8
*
targets/xvmc: move linker flags to Automake.inc
Emil Velikov
2013-11-16
3
-8
/
+9
*
targets/xvmc: use drop duplicated compiler flags
Emil Velikov
2013-11-16
2
-13
/
+2
*
gallium/winsys: compact compiler flags into Automake.inc
Emil Velikov
2013-11-16
14
-32
/
+28
*
targets/vdpau: drop unused libraries from linker
Emil Velikov
2013-11-16
3
-5
/
+0
*
targets/vdpau: consolidate lib deps into Automake.inc
Emil Velikov
2013-11-16
4
-12
/
+10
*
targets/vdpau: move linker flags to Automake.inc
Emil Velikov
2013-11-16
4
-18
/
+16
*
targets/vdpau: compact compiler flags into Automake.inc
Emil Velikov
2013-11-16
4
-20
/
+14
*
gallium/drivers: compact compiler flags into Automake.inc
Emil Velikov
2013-11-16
17
-109
/
+84
*
targets/radeonsi: move drm_target.c to a common folder
Emil Velikov
2013-11-16
5
-2
/
+4
*
targets/r600: move drm_target.c to common folder
Emil Velikov
2013-11-16
7
-3
/
+6
*
targets/r300: move drm_target.c to common folder
Emil Velikov
2013-11-16
3
-1
/
+2
*
gallium/drivers: enable automake subdir-objects
Emil Velikov
2013-11-16
6
-0
/
+12
*
r300: move the final sources list to Makefile.sources
Emil Velikov
2013-11-16
2
-12
/
+15
*
r300: add symlink to ralloc.c and register_allocate.c
Emil Velikov
2013-11-16
3
-3
/
+5
*
st/xvmc: enable automake subdir-objects
Emil Velikov
2013-11-16
1
-0
/
+1
*
dri/common: move source file lists to Makefile.sources
Emil Velikov
2013-11-16
3
-11
/
+9
*
gtest: enable subdir-objects to prevent automake warnings
Emil Velikov
2013-11-16
1
-0
/
+2
*
gbm: enable subdir-objects to prevent automake warnings
Emil Velikov
2013-11-16
1
-0
/
+2
*
scons: move SConscript from gallium/targets/ to mesa/drivers/dri/common/
Emil Velikov
2013-11-16
3
-2
/
+4
*
freedreno: compact a2xx and a3xx makefiles into parent ones
Johannes Obermayr
2013-11-16
6
-66
/
+36
*
scons: drop obsolete enabled_apis variable
Emil Velikov
2013-11-16
1
-7
/
+0
*
Android: remove unused MESA_ENABLED_APIS variable
Emil Velikov
2013-11-16
3
-6
/
+0
*
st/egl: use *_FILE over *_SOURCES names for filelists
Emil Velikov
2013-11-16
4
-23
/
+23
*
i965: Assert that IF with cmod is Gen6 only.
Matt Turner
2013-11-15
2
-4
/
+4
*
i965: Add missing break in SHADER_OPCODE_GEN7_SCRATCH_READ case.
Vinson Lee
2013-11-15
1
-0
/
+2
*
mesa: Dynamically allocate the storage for program local parameters.
Eric Anholt
2013-11-15
4
-3
/
+33
*
mesa: Remove PROGRAM_ENV_PARAM enum.
Eric Anholt
2013-11-15
8
-37
/
+5
*
mesa: Remove PROGRAM_LOCAL_PARAM enum.
Eric Anholt
2013-11-15
8
-28
/
+2
*
mesa: Update a comment about valid values of a field.
Eric Anholt
2013-11-15
1
-1
/
+1
*
glsl: Apply the transformation "1/rsq(x) == sqrt(x)" in opt_algebraic.
Eric Anholt
2013-11-15
1
-3
/
+4
*
glsl: Apply the transformation "(a ^^ a) -> false" in opt_algebraic.
Eric Anholt
2013-11-15
1
-1
/
+3
*
glsl: Apply the transformation "(a && a) -> a" in opt_algebraic.
Eric Anholt
2013-11-15
1
-1
/
+3
*
glsl: Apply the transformation "(a || a) -> a" in opt_algebraic.
Eric Anholt
2013-11-15
1
-1
/
+3
*
glsl: Move the CSE equality functions to the ir class.
Eric Anholt
2013-11-15
4
-179
/
+222
*
clover: Remove dead file from Makefile.sources.
Matt Turner
2013-11-15
1
-1
/
+0
*
i965: Rework brw_new_batch to actually start a new batch.
Kenneth Graunke
2013-11-15
1
-4
/
+5
*
i965: Move cache_used_by_gpu flag setting to brw_finish_batch.
Kenneth Graunke
2013-11-15
1
-6
/
+6
*
i915: Actually enable __DRI2rendererQueryExtensionRec
Ian Romanick
2013-11-15
1
-0
/
+1
*
radeon/llvm: Free elf_buffer after use
Aaron Watry
2013-11-15
1
-0
/
+1
*
r600/llvm: Free binary.code/binary.config in r600_llvm_compile
Aaron Watry
2013-11-15
1
-0
/
+3
*
r600/llvm: initialize radeon_llvm_binary
Aaron Watry
2013-11-15
1
-0
/
+1
*
svga: remove unused vars in svga_hwtnl_simple_draw_range_elements()
Brian Paul
2013-11-15
1
-12
/
+2
*
svga: print warning for unsupported indirect dest reg indexing
Brian Paul
2013-11-15
1
-0
/
+4
*
svga: mark dest image as defined in svga_surface_copy()
Brian Paul
2013-11-15
1
-0
/
+2
*
svga: do primitive trimming in translate_indices()
Brian Paul
2013-11-15
1
-3
/
+12
*
indices: add comments, assertions in u_indices.c file
Brian Paul
2013-11-15
1
-0
/
+26
*
mesa: remove duplicated prototypes in varray.h
Brian Paul
2013-11-15
1
-6
/
+0
*
gallium/pipe_loader: un-reference udev resources when we're done with them.
Aaron Watry
2013-11-15
1
-0
/
+3
[next]