Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
mesa3d
/
3ccf89d58479d48b8643b1c67c4b9c34b6b97e4a
3ccf89d
r300/compiler: Make calculate_inputs_outputs available to external users
by Nicolai Hähnle
· 15 years ago
59fff53
r300/compiler: Add vertex program code dumper from Gallium driver
by Nicolai Hähnle
· 15 years ago
6bc0e10
r300/compiler: Prepare for hookup to Gallium
by Nicolai Hähnle
· 15 years ago
e82a50a
r300/fragprog: Move wpos_attr and fog_attr where they belong
by Nicolai Hähnle
· 15 years ago
7903348
r300/fragprog: Remove hardcoded FRAG_ATTRIB_xxx constants
by Nicolai Hähnle
· 15 years ago
e034683
r300/fragprog: No longer rely on hardcoded FRAG_RESULT_xxx constants
by Nicolai Hähnle
· 15 years ago
836050b
r300/fragprog: Move some of the attribute handling out of the compiler
by Nicolai Hähnle
· 15 years ago
1348a7e
r300/fragprog: Finally get rid of the duplicate program copy
by Nicolai Hähnle
· 15 years ago
3f78381
r300/vertprog: Move Mesa-dependent input/output handling out of compiler
by Nicolai Hähnle
· 15 years ago
d6a3048
r300: Remove ugly PSIZ hack
by Nicolai Hähnle
· 15 years ago
05a51f4
r300/vertprog: Refactor wpos rewrite using rc_program
by Nicolai Hähnle
· 15 years ago
ce0c32e
r300/vertprog: Refactor fog_as_texcoord to use rc_program
by Nicolai Hähnle
· 15 years ago
a1e8992
r300/vertprog: Refactor addArtificialOutputs to use rc_program
by Nicolai Hähnle
· 15 years ago
273af68
r300/fragprog: Refactor wpos rewrite to use rc_program
by Nicolai Hähnle
· 15 years ago
9dc1be4
r300/compiler: Refactor fragment program fog rewrite to use rc_program
by Nicolai Hähnle
· 15 years ago
aab949c
r300/compiler: Refactor rewrite_depth_out to use rc_program
by Nicolai Hähnle
· 15 years ago
6f4608f
r300/compiler: Refactor local transforms to use rc_program
by Nicolai Hähnle
· 15 years ago
800f482
r300: Allow compiler to add constants in a cleaner way
by Nicolai Hähnle
· 15 years ago
92f7a59
r300/compiler: Refactor nqssadce to use rc_program
by Nicolai Hähnle
· 15 years ago
a898e7d
r300/compiler: Refactor for rc_program usage
by Nicolai Hähnle
· 15 years ago
2237d13
r300/compiler: Add rc_print_program
by Nicolai Hähnle
· 15 years ago
8bcb6ef
r300/compiler: Lay groundwork for better error handling
by Nicolai Hähnle
· 15 years ago
c5cb9a3
r300: Remove dependency on GLcontext from compiler
by Nicolai Hähnle
· 15 years ago
d654042
r300/vertprog: Cleanup source conflict handling
by Nicolai Hähnle
· 15 years ago
86e3334
r300/vertprog: Massively reduce code duplication
by Nicolai Hähnle
· 15 years ago
127ca61
r300/vertprog: Use generic transforms and throw away unneeded code
by Nicolai Hähnle
· 15 years ago
8444527
r300: Move vertex program compilation to compiler
by Nicolai Hähnle
· 15 years ago
11cd795
r300: Cleanup vertex_program structure
by Nicolai Hähnle
· 15 years ago
927f5f1
r300: Remove faux lazy translation of vertex programs
by Nicolai Hähnle
· 15 years ago
a808b10
r300: Reduce include dependencies
by Nicolai Hähnle
· 15 years ago
9198ab8
r300: Introduce rc_program and use it in radeon_pair
by Nicolai Hähnle
· 15 years ago
9cd5e3e
r300: Add radeon_compiler as a base for compilation-related tasks
by Nicolai Hähnle
· 15 years ago
6477664
r300: Remove some unnecessary includes
by Nicolai Hähnle
· 15 years ago
77a6ae6
r300/compiler: Compile the compiler seperately into an archive
by Nicolai Hähnle
· 15 years ago
d6275cc
r300: Further reduce dependency between compiler and classic driver
by Nicolai Hähnle
· 15 years ago
f70d3ee
r300: Remove some dependencies on additional fragment program copies
by Nicolai Hähnle
· 15 years ago
b54e083
r300: Remove GLcontext from r300_fragment_program_compiler
by Nicolai Hähnle
· 15 years ago
e93d70e
r300: Remove GLcontext requirement from radeonLocalTransform
by Nicolai Hähnle
· 15 years ago
9ceee4d
r300: Remove unused enums
by Nicolai Hähnle
· 15 years ago
b4b286b
r300: Remove GLcontext requirement from radeon_nqssadce
by Nicolai Hähnle
· 15 years ago
d29cdde
r300: Remove GLcontext requirement from radeon_program_pair
by Nicolai Hähnle
· 15 years ago
cb8c694
r300/program_pair: Introduce driver-specific texture instruction structure
by Nicolai Hähnle
· 15 years ago
78f88d8
r300/program_pair: Dynamically allocate instructions temporarily
by Nicolai Hähnle
· 15 years ago
e5bed43
r300: Detangle fragment program compiler from driver-specific structure
by Nicolai Hähnle
· 15 years ago
6b14286
radeon: Add r6xx/r7xx chip family to get_chip_family_name
by Pauli Nieminen
· 15 years ago
1ee3bcf
nouveau: swizzle a single row or column, doing it one pixel at a time
by Patrice Mandin
· 15 years ago
7d3190a
r600: fix textures
by Alex Deucher
· 15 years ago
7e6819f
r600: don't draw when num indices is 0
by Alex Deucher
· 15 years ago
48b2fea
r600: set VGT NUM_INSTANCES as part of the draw command
by Alex Deucher
· 15 years ago
600a53a
r600: Use R600_SCRATCH_REG_OFFSET rather than RADEON_SCRATCH_REG_OFFSET
by Alex Deucher
· 15 years ago
0b3d51e
r600: switch vtx resource setup to use SETfield macros
by Alex Deucher
· 15 years ago
2c5e55d
r600: switch tex code to use SETfield macros
by Alex Deucher
· 15 years ago
7a10472
r300g: Fix two trivial texture size issues.
by Corbin Simpson
· 15 years ago
725c1f0
radeon-gallium: If BO allocation fails, return NULL.
by Corbin Simpson
· 15 years ago
2cbd5ec
r300g: Add some debugging, correct little bits of math in texture setup.
by Corbin Simpson
· 15 years ago
8df35b7
nouveau: only swizzle square textures for copy
by Patrice Mandin
· 15 years ago
2b8a8f75
nouveau: Take into account destination position for copy_swizzle, need to split copy a bit more
by Patrice Mandin
· 15 years ago
77a8a65
nouveau: Recursively swizzle an NPOT sized copy
by Patrice Mandin
· 15 years ago
8c30292
nouveau: use nv04_surface_copy_swizzle only for POT sizes
by Patrice Mandin
· 15 years ago
12b183d
radeon-gallium: remove old getparam ioctl
by Joakim Sindholt
· 15 years ago
3b4235d
r600: fix segfault in morph3d
by Alex Deucher
· 15 years ago
aa99a76
draw: correct address for machine struct in llvm path
by Keith Whitwell
· 15 years ago
adc6f8c
gallivm: updates for TGSI changes
by Keith Whitwell
· 15 years ago
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
Next »