Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
fp2-dev
/
platform
/
external
/
mesa3d
/
6988f65e43297ae63bbce30bf882f870b370096c
/
src
6988f65
mesa: initial support for new GL 3.0 texture formats
by Brian Paul
· 14 years ago
d95b407
gallivm: restore const qualifier
by Brian Paul
· 14 years ago
b17fba9
gallivm: fix cube map LOD computation
by Brian Paul
· 14 years ago
9755539
st/mesa: fix sampler max_lod computation
by Brian Paul
· 14 years ago
51c438f
r600: workaround 3 comp GL_SHORT vertex attribute format on r700
by Andre Maasikas
· 14 years ago
84a5f27
glsl: use Elements() in arrays instead of sentinal values
by Brian Paul
· 14 years ago
c89ea8f
llvmpipe: Don't build lp_test_round when using MSVC.
by Vinson Lee
· 14 years ago
2e423ac
llvmpipe: Add lp_test_round to SCons build.
by Vinson Lee
· 14 years ago
ff318c4
egl: Remove unnecessary headers.
by Vinson Lee
· 14 years ago
9ead6c1
draw: Remove unnecessary header.
by Vinson Lee
· 14 years ago
0198539
gallivm: Remove unnecessary header.
by Vinson Lee
· 14 years ago
98cb202
util: print help for debug options on non-debug builds
by Marek Olšák
· 14 years ago
e503af4
gallivm: use trunc, not round in lp_build_nearest_mip_level()
by Brian Paul
· 14 years ago
7743791
llvmpipe: add test program for round(), trunc(), floor(), ceil()
by Brian Paul
· 14 years ago
e834c48
gallivm: finish implementation of lp_build_iceil()
by Brian Paul
· 14 years ago
99c8d9b
llvmpipe: disconnect vertex texture sampling from the setup
by Zack Rusin
· 14 years ago
ca88683
draw: make sure softpipe doesn't crash with vertex tex sampling
by Zack Rusin
· 14 years ago
01eebfe
draw: implement vertex texture sampling using llvm
by Zack Rusin
· 14 years ago
ce929d8
r300/compiler: Implement KILP opcode.
by Tom Stellard
· 14 years ago
88b6abf
gallivm: Use SSE4.1's BLENDV instructions for lp_build_select().
by José Fonseca
· 14 years ago
b3d4e5b
gallivm: Fix 8bit comparisons.
by José Fonseca
· 14 years ago
5a723af
llvmpipe: ensure all bins are reset avoids memory corruption.
by Alan Hourihane
· 14 years ago
32a9b27
mesa: Always initialize transform feedback state.
by Chia-I Wu
· 14 years ago
f2aa361
egl: Rework driver loading.
by Chia-I Wu
· 14 years ago
cf588ab
st/egl: Add support for !GLX_DIRECT_RENDERING.
by Chia-I Wu
· 14 years ago
abd5627
mesa: initial support for unnormalized integer texture formats
by Brian Paul
· 14 years ago
e54164b
auxiliary/util: Add SM3 meta-cap list.
by Corbin Simpson
· 14 years ago
3ed0a09
llvmpipe: wait for queries being finished when asked for it or before deletion
by Roland Scheidegger
· 14 years ago
a3b0aaf
i915g: Remove unnecessary header.
by Vinson Lee
· 14 years ago
2d818ed
i915g: Add flag to not send commands to hw
by Jakob Bornecrantz
· 14 years ago
34bd056
i915g: If the kernel reject the batchbuffer print it then assert
by Jakob Bornecrantz
· 14 years ago
50f17a0
i915g: Minor cleanups
by Jakob Bornecrantz
· 14 years ago
57fc2ad
i915g: Make batchbuffer flush function not be inline
by Jakob Bornecrantz
· 14 years ago
ded664b
i915g: Rename texture state to map state
by Jakob Bornecrantz
· 14 years ago
8b122bd
i915g: Move fragment state to its own file
by Jakob Bornecrantz
· 14 years ago
d645614
i915g: Move static state to its own file
by Jakob Bornecrantz
· 14 years ago
7174038
i915g: Don't dirty dynamic state if it hasn't changed
by Jakob Bornecrantz
· 14 years ago
22d4d5f
i915g: Don't flush after blit
by Jakob Bornecrantz
· 14 years ago
62bcf2e
i915g: Don't flush empty batchbuffers
by Jakob Bornecrantz
· 14 years ago
ed5ce78
gallium: Make trivial examples use target helpers
by Jakob Bornecrantz
· 14 years ago
abbb96b
gallium: Fix compilation of trivial quad-tex
by Jakob Bornecrantz
· 14 years ago
1f0bcce
st/egl: Remove unnecessary headers.
by Vinson Lee
· 14 years ago
40ef298
mesa: Fix OpenGL ES-only builds.
by Chia-I Wu
· 14 years ago
c43ab4f
egl: Always use EGLAPIENTRY in api function prototypes
by nobled
· 14 years ago
fbc4b88
gallivm: Remove unnecessary headers.
by Vinson Lee
· 14 years ago
0e6d7ce
r300g: fix warnings
by Marek Olšák
· 14 years ago
7da9e1e
r300/compiler: Fix loop unrolling
by Tom Stellard
· 14 years ago
f381c52
r300/compiler: Use hardware flow control instructions for loops on r500.
by Tom Stellard
· 14 years ago
3c3b7e0
r300g: Fix typo in r300_reg.h
by Tom Stellard
· 14 years ago
0dbdcb4
r300/compiler: Don't continue copy propagation inside loops.
by Tom Stellard
· 14 years ago
7f57530
r300/compiler: Print debug info for flow control instructions.
by Tom Stellard
· 14 years ago
82d0602
r300/compiler: Enable hardware IF statements for r500 cards.
by Tom Stellard
· 14 years ago
1732751
r300/compiler: In the peephole optimizer, ELSE should mark the end of a block.
by Tom Stellard
· 14 years ago
29a1d6a
r300/compiler: Correctly calculate the max number of iterations for loops.
by Tom Stellard
· 14 years ago
697d666
r300/compiler: Handle loops in deadcode analysis.
by Tom Stellard
· 14 years ago
91c3759
osmesa: remove old renderbuffer before adding new
by Brian Paul
· 14 years ago
7cc58c1
mesa: updated instruction comments
by Brian Paul
· 14 years ago
ae8164a
mesa: add geometry shader fields to gl_shader_program
by Brian Paul
· 14 years ago
d981bde
gallivm: Do 4ubyte AoS texture filtering for any format that can be expressed.
by José Fonseca
· 14 years ago
e70b20f
gallivm: Use util_format_description::fetch_rgba_8unorm() when available.
by José Fonseca
· 14 years ago
a2d360b
util: Add a fetch_rgba_8unorm.
by José Fonseca
· 14 years ago
7071eef
gallivm: Support multiple pixels in lp_build_fetch_rgba_aos().
by José Fonseca
· 14 years ago
eb20c57
gallivm: Move lp_build_rgba8_to_f32_soa() to lp_bld_format_soa.c
by José Fonseca
· 14 years ago
bb1546f
gallivm: Move gather functions to its own module.
by José Fonseca
· 14 years ago
e29ef44
gallivm: Check inputs/outputs in lp_build_conv()
by José Fonseca
· 14 years ago
9b69545
util: Expose util_format_fits_8unorm().
by José Fonseca
· 14 years ago
6e83420
mesa: fix texenv generation when num color bufs == 0
by Brian Paul
· 14 years ago
7a5a0b2
softpipe: fix incorrect blend func index passed to blend_quad()
by Brian Paul
· 14 years ago
fbc6c31
softpipe: better assertions
by Brian Paul
· 14 years ago
291bcfd
mesa: add missing error checks in _mesa_program_parameteri()
by Brian Paul
· 14 years ago
e3c961d
main: change some GS field types, added comments
by Brian Paul
· 14 years ago
b6b9b17
mesa: make the number of draw buffers part of the texenv program key state
by Brian Paul
· 14 years ago
e845765
gallium/cso: check for set_vertex_sampler_views != NULL before calling it
by Brian Paul
· 14 years ago
53d3f0c
mesa: Silence warning.
by José Fonseca
· 14 years ago
3cc4301
gallivm: Code generate YUV format unpacking.
by José Fonseca
· 14 years ago
37f4c2f
gallivm: Fix 4 x unorm8 -> 4 x float conversion.
by José Fonseca
· 14 years ago
8556b77
r600: use gallium list macros instead of making our own.
by Dave Airlie
· 14 years ago
4473210
mesa: extension flags and version testing for GL 3.x features
by Brian Paul
· 14 years ago
120a9f4
mesa: entrypoints for GL 3.1 primitive restart
by Brian Paul
· 14 years ago
442c37e
Use GLW_CFLAGS when building libGLw
by Dan Nicholson
· 14 years ago
d2fe97a
mesa: Purge macros NEED_EVENTS and NEED_REPLIES
by Fernando Carrijo
· 14 years ago
1d298a3
gallium/cso: unbind sampler views in cso_release_all()
by Brian Paul
· 14 years ago
5b90f83
mesa: free xform feedback hash table
by Brian Paul
· 14 years ago
30f46e7
st/mesa: fix comment
by Brian Paul
· 14 years ago
17c176e
llvmpipe: silence pointer type warnings
by Brian Paul
· 14 years ago
8d93f36
gallivm: Support 4 x unorm8 in lp_build_fetch_rgba_aos().
by José Fonseca
· 14 years ago
b919bb7
gallivm: Allow to conversions to/from registers of different sizes.
by José Fonseca
· 14 years ago
a70ec09
gallivm: Support extended swizzles in lp_build_swizzle1_aos().
by José Fonseca
· 14 years ago
e277d5c
gallivm: Setup a global optimization pass.
by José Fonseca
· 14 years ago
83ced5a
llvmpipe: Remove lp_build_swizzle2_aos().
by José Fonseca
· 14 years ago
fb06b54
llvmpipe: another null pointer check
by Brian Paul
· 14 years ago
2b3e1ad
llvmpipe: use dummy tile when out of memory
by Brian Paul
· 14 years ago
effd330
llvmpipe: added new lp_memory.[ch] files
by Brian Paul
· 14 years ago
87d2c77
draw: fix out of memory handling in polygon stipple stage
by Brian Paul
· 14 years ago
75acb89
glu: Fix some compiler warnings in libtess
by Neil Roberts
· 14 years ago
a8815b7
egl: Update MaxSize when a dynamic array is grown.
by Chia-I Wu
· 14 years ago
98ebc81
egl: Make _eglUnloadDrivers no-op on Windows.
by Chia-I Wu
· 14 years ago
c5bc0a8
st/egl: Manually free configs on terminate.
by Chia-I Wu
· 14 years ago
8b0c6c4
egl: Store screens in a dynamic array.
by Chia-I Wu
· 14 years ago
6717a31
egl: Store configs in a dynamic array.
by Chia-I Wu
· 14 years ago
Next »