index
:
mesa/mesa
10.0
10.1
10.2
10.3
10.4
10.5
10.6
11.0
11.1
11.2
12.0
13.0
17.0
17.1
17.2
17.3
18.0
18.1
18.2
18.3
19.0
19.1
19.2
19.3
20.0
20.1
20.2
20.3
21.0
21.1
21.2
21.3
22.0
22.1
22.2
22.3
23.0
23.1
7.10
7.11
7.8
7.8-gles
7.9
8.0
9.0
9.1
9.2
amber
gallium-no-rhw-position
main
opengl-es-v2
staging/20.0
staging/20.1
staging/20.2
staging/20.3
staging/21.0
staging/21.1
staging/21.2
staging/21.3
staging/22.0
staging/22.1
staging/22.2
staging/22.3
staging/23.0
staging/23.1
virgl_fix_type_v1
The Mesa 3D Graphics Library (mirrored from https://gitlab.freedesktop.org/mesa/mesa)
brianp
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
Files
Lines
2013-11-16
targets/vdpau: drop unused libraries from linker
Emil Velikov
3
-5
/
+0
2013-11-16
targets/vdpau: consolidate lib deps into Automake.inc
Emil Velikov
4
-12
/
+10
2013-11-16
targets/vdpau: move linker flags to Automake.inc
Emil Velikov
4
-18
/
+16
2013-11-16
targets/vdpau: compact compiler flags into Automake.inc
Emil Velikov
4
-20
/
+14
2013-11-16
gallium/drivers: compact compiler flags into Automake.inc
Emil Velikov
17
-109
/
+84
2013-11-16
targets/radeonsi: move drm_target.c to a common folder
Emil Velikov
5
-2
/
+4
2013-11-16
targets/r600: move drm_target.c to common folder
Emil Velikov
7
-3
/
+6
2013-11-16
targets/r300: move drm_target.c to common folder
Emil Velikov
3
-1
/
+2
2013-11-16
gallium/drivers: enable automake subdir-objects
Emil Velikov
6
-0
/
+12
2013-11-16
r300: move the final sources list to Makefile.sources
Emil Velikov
2
-12
/
+15
2013-11-16
r300: add symlink to ralloc.c and register_allocate.c
Emil Velikov
3
-3
/
+5
2013-11-16
st/xvmc: enable automake subdir-objects
Emil Velikov
1
-0
/
+1
2013-11-16
dri/common: move source file lists to Makefile.sources
Emil Velikov
3
-11
/
+9
2013-11-16
gtest: enable subdir-objects to prevent automake warnings
Emil Velikov
1
-0
/
+2
2013-11-16
gbm: enable subdir-objects to prevent automake warnings
Emil Velikov
1
-0
/
+2
2013-11-16
scons: move SConscript from gallium/targets/ to mesa/drivers/dri/common/
Emil Velikov
3
-2
/
+4
2013-11-16
freedreno: compact a2xx and a3xx makefiles into parent ones
Johannes Obermayr
7
-68
/
+36
2013-11-16
scons: drop obsolete enabled_apis variable
Emil Velikov
1
-7
/
+0
2013-11-16
Android: remove unused MESA_ENABLED_APIS variable
Emil Velikov
3
-6
/
+0
2013-11-16
st/egl: use *_FILE over *_SOURCES names for filelists
Emil Velikov
4
-23
/
+23
2013-11-15
i965: Assert that IF with cmod is Gen6 only.
Matt Turner
2
-4
/
+4
2013-11-15
i965: Add missing break in SHADER_OPCODE_GEN7_SCRATCH_READ case.
Vinson Lee
1
-0
/
+2
2013-11-15
mesa: Dynamically allocate the storage for program local parameters.
Eric Anholt
4
-3
/
+33
2013-11-15
mesa: Remove PROGRAM_ENV_PARAM enum.
Eric Anholt
8
-37
/
+5
2013-11-15
mesa: Remove PROGRAM_LOCAL_PARAM enum.
Eric Anholt
8
-28
/
+2
2013-11-15
mesa: Update a comment about valid values of a field.
Eric Anholt
1
-1
/
+1
2013-11-15
glsl: Apply the transformation "1/rsq(x) == sqrt(x)" in opt_algebraic.
Eric Anholt
1
-3
/
+4
2013-11-15
glsl: Apply the transformation "(a ^^ a) -> false" in opt_algebraic.
Eric Anholt
1
-1
/
+3
2013-11-15
glsl: Apply the transformation "(a && a) -> a" in opt_algebraic.
Eric Anholt
1
-1
/
+3
2013-11-15
glsl: Apply the transformation "(a || a) -> a" in opt_algebraic.
Eric Anholt
1
-1
/
+3
2013-11-15
glsl: Move the CSE equality functions to the ir class.
Eric Anholt
4
-179
/
+222
2013-11-15
clover: Remove dead file from Makefile.sources.
Matt Turner
1
-1
/
+0
2013-11-15
i965: Rework brw_new_batch to actually start a new batch.
Kenneth Graunke
1
-4
/
+5
2013-11-15
i965: Move cache_used_by_gpu flag setting to brw_finish_batch.
Kenneth Graunke
1
-6
/
+6
2013-11-15
i915: Actually enable __DRI2rendererQueryExtensionRec
Ian Romanick
1
-0
/
+1
2013-11-15
radeon/llvm: Free elf_buffer after use
Aaron Watry
1
-0
/
+1
2013-11-15
r600/llvm: Free binary.code/binary.config in r600_llvm_compile
Aaron Watry
1
-0
/
+3
2013-11-15
r600/llvm: initialize radeon_llvm_binary
Aaron Watry
1
-0
/
+1
2013-11-15
svga: remove unused vars in svga_hwtnl_simple_draw_range_elements()
Brian Paul
1
-12
/
+2
2013-11-15
svga: print warning for unsupported indirect dest reg indexing
Brian Paul
1
-0
/
+4
2013-11-15
svga: mark dest image as defined in svga_surface_copy()
Brian Paul
1
-0
/
+2
2013-11-15
svga: do primitive trimming in translate_indices()
Brian Paul
1
-3
/
+12
2013-11-15
indices: add comments, assertions in u_indices.c file
Brian Paul
1
-0
/
+26
2013-11-15
mesa: remove duplicated prototypes in varray.h
Brian Paul
1
-6
/
+0
2013-11-15
gallium/pipe_loader: un-reference udev resources when we're done with them.
Aaron Watry
1
-0
/
+3
2013-11-15
radeonsi/compute: Dispose of LLVM module after compiling kernels
Aaron Watry
1
-0
/
+1
2013-11-15
radeonsi/compute: Free program and program.kernels on shutdown
Aaron Watry
1
-1
/
+15
2013-11-15
radeon/llvm: Free created llvm memory buffer
Aaron Watry
1
-0
/
+1
2013-11-15
radeon/llvm: Free libelf resources
Aaron Watry
1
-0
/
+3
2013-11-15
radeon/llvm: fix spelling error
Aaron Watry
1
-1
/
+1
[next]