Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
mesa3d
/
ca83d5a8db510756eb95423a52b19ff52a2d6dc1
ca83d5a
r300g, radeon-gallium: Fix API, cleanup.
by Corbin Simpson
· 15 years ago
27b3c43
radeon-gallium: Build fixes wrt changed libdrm_radeon space check API
by Nicolai Hähnle
· 15 years ago
256eacb
r300g: PIPE_CAP_BLEND_EQUATION_SEPARATE.
by Corbin Simpson
· 15 years ago
d0d98f3
gallium: clean up opcode definitions
by Keith Whitwell
· 15 years ago
78379ab
gallium: remove deprecated TGSI opcodes
by Keith Whitwell
· 15 years ago
8b78294
r600: Remove CRLF line endings.
by José Fonseca
· 15 years ago
af1163c
util: Add support for Mac OS.
by Vinson Lee
· 15 years ago
07961bb
r300g: Actually mark shaders as translated/untranslated.
by Corbin Simpson
· 15 years ago
895c435
cell: update TGSI_OPCODE_ cases
by Brian Paul
· 15 years ago
d602966
gallium: Fix PPC build.
by Michel Dänzer
· 15 years ago
b704239
nouveau: nv30: wrong variable for format
by Patrice Mandin
· 15 years ago
b129c55
r300: fix address register handling in NQSSADCE
by Maciej Cencora
· 15 years ago
db40bb0
nouveau: Take into account sx,sy parameters to read from source surface
by Patrice Mandin
· 15 years ago
ede9f3b
gallium: remove multiple aliases for TGSI opcodes
by Keith Whitwell
· 15 years ago
fd31f92
gallium: simplify tgsi_full_immediate struct
by Keith Whitwell
· 15 years ago
5e3c62b
r600: fix dst reg indexing for real
by Richard Li
· 15 years ago
7edb2a9
Revert "r600: fix dst reg indexing"
by Alex Deucher
· 15 years ago
72a3d88
r600: add stencil support
by Alex Deucher
· 15 years ago
db0160b
r600: use state functions to set default state
by Alex Deucher
· 15 years ago
bd62cd7
r600: fill in point functions
by Alex Deucher
· 15 years ago
5a615e7
r600: set provoking vertex to last vertex for OGL
by Alex Deucher
· 15 years ago
60787df
r600: fill in r700UpdateViewportOffset
by Alex Deucher
· 15 years ago
549b8e6
r600: first pass at polyoffset support
by Alex Deucher
· 15 years ago
7247446
radeon: fix colorbuffer pitch emission regarding tiling in KMS/CS case
by Jerome Glisse
· 15 years ago
ecead30
R600: fix up some build problems
by Alex Deucher
· 15 years ago
9e6d38f
r600: add alpha test support
by Alex Deucher
· 15 years ago
cf24119
Track Radeon driver symlinks in Git.
by Michel Dänzer
· 15 years ago
5358e54
Add missing X11_INCLUDES to egl/drivers/demo and egl/main.
by Peter Hutterer
· 15 years ago
81d5550
i965: Don't clip everything if FRONT_AND_BACK culling while culling disabled.
by Eric Anholt
· 15 years ago
6617fa6
r600: fix typo in blend code
by Alex Deucher
· 15 years ago
cc893d9
r600: fix dst reg indexing
by Kevin DeKorte
· 15 years ago
265d5eb
r600: add blending support
by Alex Deucher
· 15 years ago
a369963
r600: add user clip plane support
by Alex Deucher
· 15 years ago
ce9c5a1
r600: add logicop support
by Alex Deucher
· 15 years ago
cad82cd
tgsi: get texturing working in vertex shader sse2 path
by Keith Whitwell
· 15 years ago
cd63e356
Merge branch 'mesa_7_5_branch'
by Michel Dänzer
· 15 years ago
5ed4404
radeon: With DRI1, if we have HW stencil, only expose fbconfigs with stencil.
by Michel Dänzer
· 15 years ago
442101d
tgsi: get texturing working in vertex shader sse2 path
by Keith Whitwell
· 15 years ago
27a19be
tgsi: fix regression in indexed const lookups
by Keith Whitwell
· 15 years ago
91512fa
r600: Fix compilation
by Kevin DeKorte
· 15 years ago
19249a1
R6xx/r7xx: Fix line stipple and width issue
by Cooper Yuan
· 15 years ago
cf721c8
Add common_ppc.c to MESA_GALLIUM_SOURCES.
by Michel Dänzer
· 15 years ago
3d0009c
r300g: Fix SCons build.
by Michel Dänzer
· 15 years ago
0b7a907
gallium/trace: Fix SCons build.
by Michel Dänzer
· 15 years ago
3326be6
r300g: Guard R500 register writes by is_r500 check.
by Michel Dänzer
· 15 years ago
a8921d0
gallium: make g3dvl build again
by Dave Airlie
· 15 years ago
b96ae1b
Merge branch 'mesa_7_5_branch'
by Brian Paul
· 15 years ago
f81f57e
R6xx/R7xx: add fine grained syncing support
by Alex Deucher
· 15 years ago
b192b9d
R6xx/r7xx: send depth state in it's own function
by Alex Deucher
· 15 years ago
2a6f584
st/egl: Fix broken build after EGL thread changes
by Andrew Randrianasulu
· 15 years ago
5008269
R200: fix build when RADEON_DEBUG_BO is set
by Alex Deucher
· 15 years ago
a046bea
radeon: disable BO debug
by Dave Airlie
· 15 years ago
cd10996
progs/util: remove extfuncs.h (we use GLEW instead)
by Brian Paul
· 15 years ago
40fd101
egl: commit missing eglcurrent.[ch] files
by Brian Paul
· 15 years ago
ee0b1bc
progs/glsl: finish conversion to GLEW
by Brian Paul
· 15 years ago
e910f68
Merge branch 'master' of git+ssh://agd5f@git.freedesktop.org/git/mesa/mesa into r6xx-rewrite
by Alex Deucher
· 15 years ago
79a1701
R6xx/r7xx: warning fixes
by Kevin DeKorte
· 15 years ago
a77b455
mesa: set version to 7.5
by Brian Paul
· 15 years ago
71b9e10
mesa: set version to 7.5
by Brian Paul
· 15 years ago
7fd3674
docs: set date for 7.5 release
by Brian Paul
· 15 years ago
30bccf8
xeglthreads: Check current context for EGL per-thread support.
by Chia-I Wu
· 15 years ago
15fdbc8
egl: Remove redundant DeletePending flag.
by Chia-I Wu
· 15 years ago
3f7e0d5
egl: Destroy display's resources upon termination.
by Chia-I Wu
· 15 years ago
be9d1ab
egl: Return the same EGL Display for the same native display.
by Chia-I Wu
· 15 years ago
cca3134
egl: Use the link functions to manage resources.
by Chia-I Wu
· 15 years ago
18457cb
egl: Add funtions to link contexts and surfaces to displays.
by Chia-I Wu
· 15 years ago
21b635f
egl: Extend per-thread info for multiple current contexts.
by Chia-I Wu
· 15 years ago
75da80b
egl: Support per-thread info.
by Chia-I Wu
· 15 years ago
8e92ec9
egl: Add eglcompiler.h for compiler features.
by Chia-I Wu
· 15 years ago
c4ab08a
R6xx/r7xx: disable depth/stencil compression for now
by Alex Deucher
· 15 years ago
60d681f
R6xx/r7xx: add some missing state regs
by Alex Deucher
· 15 years ago
27587f4
docs: news entry for 7.5 release
by Brian Paul
· 15 years ago
8c6e81f
docs: update links to Gallium wiki page on freedesktop.org
by Brian Paul
· 15 years ago
9cea84b
texenv: Calculate whether we need to do secondary color on our own.
by Eric Anholt
· 15 years ago
99174e7
i965: Add missing state dependency of sf_unit on _NEW_BUFFERS.
by Eric Anholt
· 15 years ago
6f63698
R6xx: fix rendering on r6xx/rs780 chips
by Alex Deucher
· 15 years ago
2ba98ef
python/retrace: Process the call no passed to --to option inclusively.
by José Fonseca
· 15 years ago
cf7e8fb
python/retrace: Dump the surface copy contents.
by José Fonseca
· 15 years ago
5807ccb
python/retrace: Flush stdout before calling the pipe driver.
by José Fonseca
· 15 years ago
d4e6df9
mesa: Fix logbase2.
by José Fonseca
· 15 years ago
04dd8b7
draw: fix ppc build regression
by Keith Whitwell
· 15 years ago
c42a616
Warning fixes
by Kevin DeKorte
· 15 years ago
0850776
R6xx/r7xx: remove unused function
by Alex Deucher
· 15 years ago
3e8832d
st/mesa: add some array index bounds assertions
by Brian Paul
· 15 years ago
721f80b
egl: Add xeglthreads
by Chia-I Wu
· 15 years ago
00a216f
Restore vp input mapping, fix vtx stream missing problem.
by Richard Li
· 15 years ago
caf5d52
tgsi: simplify and fix sse KIL implementation
by Keith Whitwell
· 15 years ago
e1ad38a
rtasm: export sse_movmskps
by Keith Whitwell
· 15 years ago
3858f47
tgsi: initial texturing support on sse path
by Keith Whitwell
· 15 years ago
0c43507
python: Hack to prevent segmentation faults when python exits.
by José Fonseca
· 15 years ago
4e1e18a
wgl: Expose pipe_screen/pipe_context via an extension.
by José Fonseca
· 15 years ago
3ab3209
python: Obtain pipe_screen/pipe_context from the system's OpenGL driver.
by José Fonseca
· 15 years ago
a01383f
tgsi: make sse function callout mechanism more generic
by Keith Whitwell
· 15 years ago
ebc4a9b
tgsi: reduce x86 reg usage in tgsi_sse generated programs
by Keith Whitwell
· 15 years ago
4e3002b
tgsi: no need to separately malloc input and output arrays
by Keith Whitwell
· 15 years ago
c202fe1
gallium: reduce recursive include of tgsi_exec.h
by Keith Whitwell
· 15 years ago
7fb7027
tgsi: make function call code in tgsi_sse.c less opaque
by Keith Whitwell
· 15 years ago
6175653
gallium: proper constructor and destructor for tgsi_exec_machine
by Keith Whitwell
· 15 years ago
11606e8
Fix more merge fallout
by Alex Deucher
· 15 years ago
92a2f01
R6xx/r7xx: warning fixes
by Kevin DeKorte
· 15 years ago
Next »