Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
mesa3d
/
ddffe4546a81216cde4376ee49cbaa021f4d04bb
ddffe45
drivers: use more mesa format functions
by Brian Paul
· 15 years ago
9fbb888
mesa/drivers: use _mesa_get_format_bytes()
by Brian Paul
· 15 years ago
e0bc453
mesa/drivers: use _mesa_get_format_bytes()
by Brian Paul
· 15 years ago
b58bc12
via: use mesa texture format helper functions
by Brian Paul
· 15 years ago
21db895
glide: use _mesa_get_format_bytes()
by Brian Paul
· 15 years ago
2de7683
mesa: use _mesa_get_format_base_format()
by Brian Paul
· 15 years ago
db8aca3
mesa: use _mesa_get_format_bytes()
by Brian Paul
· 15 years ago
5ab5f16
mesa: added _mesa_get_format_datatype()
by Brian Paul
· 15 years ago
b64d478
mesa: use _mesa_get_format_bits()
by Brian Paul
· 15 years ago
c28d78f
mesa: added _mesa_get_format_bits()
by Brian Paul
· 15 years ago
a608257
mesa: remove unused gl_texture_format fields
by Brian Paul
· 15 years ago
e8eed50
mesa: added MESA_FORMAT_NONE
by Brian Paul
· 15 years ago
cccdc43
mesa: move StoreTexImageFunc to texstore.h
by Brian Paul
· 15 years ago
27e201e
mesa: rework null texel fetch/store funcs
by Brian Paul
· 15 years ago
05e73cc
mesa: replace function pointer types with void *
by Brian Paul
· 15 years ago
adce34e
st/mesa: use _mesa_get_texstore_func()
by Brian Paul
· 15 years ago
f782f90
mesa: use _mesa_get_texstore_func()
by Brian Paul
· 15 years ago
d73cd70
glide: use _mesa_get_texstore_func()
by Brian Paul
· 15 years ago
9525b92
mesa: NULL-out unused texformat field initializers
by Brian Paul
· 15 years ago
f76cbac
mesa: use _mesa_get_texstore_func()
by Brian Paul
· 15 years ago
e07862d
st/mesa: use _mesa_get_texstore_func()
by Brian Paul
· 15 years ago
8abb984
mesa: null-out StoreTexImageFunc fields
by Brian Paul
· 15 years ago
431ba64
mesa: use _mesa_get_texel_store_func()
by Brian Paul
· 15 years ago
da5722b
mesa: use new look-up table to get texel fetch/store funcs
by Brian Paul
· 15 years ago
7116ae8
mesa: make some s3tc/fxt1 functions public
by Brian Paul
· 15 years ago
6c6896b
progs/tests: disable texturing before printing text
by Brian Paul
· 15 years ago
0f91e44
mesa: minor clean-up in _mesa_texstore_srgb8()
by Brian Paul
· 15 years ago
722b761
mesa: use _mesa_get_texstore_func() to get texture image store func
by Brian Paul
· 15 years ago
485105e
mesa: move _mesa_get_texstore_func() to texstore.c
by Brian Paul
· 15 years ago
22108bb
mesa: begin removing dependencies on gl_texture_format in texstore code
by Brian Paul
· 15 years ago
a7455f9
mesa: added formats.c to build
by Brian Paul
· 15 years ago
9e7b56c
mesa: include formats.h
by Brian Paul
· 15 years ago
813870f
mesa: initial check-in of new formats.[ch] files
by Brian Paul
· 15 years ago
eb5dd94
r300g: add tx depth support in register.
by Dave Airlie
· 15 years ago
9bf85f6
r300g: only pass complete texture state to hw setup function
by Dave Airlie
· 15 years ago
ec9c021
r300g: add missing break in OQ emit
by Dave Airlie
· 15 years ago
1df539c
llvmpipe: Allow building with LLVM 2.6 too.
by José Fonseca
· 15 years ago
28f531e
r300g: report GL1.5, enable cap bits for OQ and shadow.
by Dave Airlie
· 15 years ago
20d3c85
r300g: add z16 unorm texture format
by Dave Airlie
· 15 years ago
07183b7
r300g: fix texture pitch to correct value.
by Dave Airlie
· 15 years ago
8130375
Merge branch 'asm-shader-rework-2'
by Ian Romanick
· 15 years ago
c19482b
st/xorg: Re-enable accelerated fills and copies.
by Michel Dänzer
· 15 years ago
07e2d6e
st/xorg: Flush render cache if but only if a source has pending write operations.
by Michel Dänzer
· 15 years ago
626553f
st/xorg: Reject Composite acceleration for some cases not working yet.
by Michel Dänzer
· 15 years ago
9c44950
st/xorg: Make sure struct is fully initialized.
by Michel Dänzer
· 15 years ago
b0ddfe8
st/xorg: Use generic semantic for Composite mask coordinates.
by Michel Dänzer
· 15 years ago
ac2e0dd
st/xorg: Flesh out EXA PrepareComposite hook a little.
by Michel Dänzer
· 15 years ago
b975470
st/xorg: Use I8 format instead of A8 for depth 8 pixmaps.
by Michel Dänzer
· 15 years ago
67fb13b
st/xorg: Bind rasterizer state for copies.
by Michel Dänzer
· 15 years ago
7edda93
st/xorg: Source-only pictures always have format PICT_a8r8g8b8.
by Michel Dänzer
· 15 years ago
07f1074
st/xorg: Better checks for unsupported component alpha pictures.
by Michel Dänzer
· 15 years ago
69c7fc1
softpipe: Grab fs output z from the correct file.
by Michal Krol
· 15 years ago
a0fbc01
softpipe: Do not advertise support for L16 and YCBCR formats.
by Michal Krol
· 15 years ago
02b8118
radeon: Fix newlines.
by Michal Krol
· 15 years ago
ecf3091
Merge branch 'mesa_7_6_branch'
by Brian Paul
· 15 years ago
46da1f2
mesa: move declaration before code
by Vinson Lee
· 15 years ago
5f4f7ad
nv50: fix TEX for WriteMask not equal 0xf
by Christoph Bumiller
· 15 years ago
513cadf
nv50: actually enable view volume clipping
by Christoph Bumiller
· 15 years ago
001daf7
nv50: RCP and RSQ cannot load from VP inputs
by Christoph Bumiller
· 15 years ago
ef68057
nv50: fix CEIL and TRUNC
by Christoph Bumiller
· 15 years ago
e2b8dc3
nv50: implement BGNLOOP, BRK, ENDLOOP
by Christoph Bumiller
· 15 years ago
1196f9f
nv50: implement IF, ELSE, ENDIF opcodes
by Christoph Bumiller
· 15 years ago
16a6ca9
r300g: add texture format for xvmc
by Cooper Yuan
· 15 years ago
5a1e25a
mesa/main: Make FEATURE_convolve follow feature conventions.
by Chia-I Wu
· 15 years ago
cb4f24e
mesa/main: Make FEATURE_colortable follow feature conventions.
by Chia-I Wu
· 15 years ago
dbb8fb8
mesa/main: Make FEATURE_pixel_transfer follow feature conventions.
by Chia-I Wu
· 15 years ago
17099f5
mesa/main: Add comments to mfeatures.h.
by Chia-I Wu
· 15 years ago
c9ddd6f
progs/perf: glGenerateMipmap() test
by Brian Paul
· 15 years ago
0876618
mesa: _mesa_meta_GenerateMipmap() now working
by Brian Paul
· 15 years ago
e33ea11
mesa: remove: unused gl_vertex_program::TnlData field
by Brian Paul
· 15 years ago
09af58d
NV fp lexer: Add UP4B and UP4UB instructions that were previously missing
by Ian Romanick
· 15 years ago
cc80849
intel: Flush the batch when we're about to subdata into a VBO.
by Eric Anholt
· 15 years ago
54107a0
i965: Clean up some mess with the batch cache.
by Eric Anholt
· 15 years ago
228aa45
st/xorg: start working on the Xv acceleration code
by Zack Rusin
· 15 years ago
80965fc
st/xorg: fills are supported plussome minor clenups
by Zack Rusin
· 15 years ago
53d2fa4
st/xorg: add easier way of disabling/enabling acceleration
by Zack Rusin
· 15 years ago
01249c6
llvmpipe: add missing __FUNCTION__ parameter to debug_printf() calls
by Brian Paul
· 15 years ago
a665a34
llvmpipe: increase max 3D texture size to 256
by Brian Paul
· 15 years ago
29d2722
Merge branch 'mesa_7_6_branch'
by Brian Paul
· 15 years ago
940ca2e
Merge branch 'mesa_7_5_branch' into mesa_7_6_branch
by Brian Paul
· 15 years ago
1730b8d
softpipe: Increase GL_MAX_3D_TEXTURE_SIZE to 256.
by Vinson Lee
· 15 years ago
726a04a
i965: Emit zero initialization for NV VP temporaries as required.
by Eric Anholt
· 15 years ago
a9a47af
i965: Remove assert about NV_vp now that it somewhat works.
by Eric Anholt
· 15 years ago
9018a7d
i965: Load NV program matrices when required.
by Eric Anholt
· 15 years ago
601769a
mesa: Initialize NV_vertex_program fields for the parameter lists and such.
by Eric Anholt
· 15 years ago
60b152a
mesa: remove glEnable(GL_DEPTH_BOUNDS_TEST_EXT) check/warning
by Brian Paul
· 15 years ago
adfa778
mesa: remove rgbMode check in enable_texture()
by Brian Paul
· 15 years ago
b849c6f
intel: use default array/element buffers in intel_generate_mipmap()
by Brian Paul
· 15 years ago
f0339f5
mesa: replace assertion with no-op function assignment
by Brian Paul
· 15 years ago
964792b
mesa: added comment
by Brian Paul
· 15 years ago
1a81611
vbo: limit number of warnings to 10
by Brian Paul
· 15 years ago
fd56bee
Merge branch 'mesa_7_6_branch'
by Pauli Nieminen
· 15 years ago
1d2dca1
radeon: Fix scissors for r600 KMS.
by Pauli Nieminen
· 15 years ago
c9f7a23
Merge branch 'mesa_7_6_branch'
by Brian Paul
· 15 years ago
7549a83
Merge branch 'mesa_7_5_branch' into mesa_7_6_branch
by Brian Paul
· 15 years ago
6be2bc5
gallium/trace: casts to silence warnings
by Brian Paul
· 15 years ago
f858163
tgsi/sse: remove old comments
by Brian Paul
· 15 years ago
35cd0bb
tgsi/sse: implement SEQ, SGT, SLE, SNE
by Brian Paul
· 15 years ago
a64d451
tgsi/sse: Pass the lodbias, not zero. More comments.
by Brian Paul
· 15 years ago
a491e25
mesa: added default case return to silence warning
by Brian Paul
· 15 years ago
Next »