Jakob Bornecrantz
ba344753b1
tests: Added a test for a strange bug in texstore_a8
il y a 17 ans
Brian Paul
b1eff0228b
mesa: add fwd decl of fill_in_entrypoint_offset()
il y a 17 ans
Brian Paul
9a2c70f075
gallium: added new st_set_framebuffer_surface()
This allows the winsys to explicitly specify gallium surfaces for a
framebuffer object.
il y a 17 ans
Brian Paul
19f872f2ec
mesa: fix ReadBuffer initialization
il y a 17 ans
Brian Paul
a668b43568
egl: use RTLD_LAZY
il y a 17 ans
Brian Paul
0cf79316d0
egl: omit libmesa.a glapi.c from library
il y a 17 ans
Brian Paul
51f24ef5ba
gallium: remove duplicated u_mm.c in file list
il y a 17 ans
Brian Paul
414b535134
gallium: more FEATURE_x tests
il y a 17 ans
Brian Paul
03d579aa19
mesa: FEATURE_dispatch to control dispatch table usage
il y a 17 ans
Brian Paul
1496bba429
egl: call st_get_proc_address()
il y a 17 ans
Brian Paul
5ebd8495b3
gallium: added st_get_proc_address()
il y a 17 ans
Brian Paul
29d632efbc
mesa: refactor: move GetProcAddress code from glapi.c into new glapi_getproc.c file
il y a 17 ans
Brian Paul
04996bcef6
gallium: added FEATURE_x tests
il y a 17 ans
Brian Paul
8a369b909a
mesa: s/GL_POLYGON+1/PRIM_OUTSIDE_BEGIN_END/
il y a 17 ans
Brian Paul
c366fd83b6
mesa: add parenthesis
il y a 17 ans
Jakob Bornecrantz
666b771e51
mesa: _mesa_texstore_s8_z24 now supports depth only uploads
il y a 17 ans
Michal Krol
28ac7d37fe
gallium: Remove PIPE_FORMAT_A8UB8UG8SR8S_NORM definition.
il y a 17 ans
Jakob Bornecrantz
081c05605f
i915: Fix for s8_z24 textures not being shown
il y a 17 ans
Jakob Bornecrantz
a1524162bf
mesa: Added _mesa_texstore_s8_z24
il y a 17 ans
Brian Paul
3bf8fb6486
mesa: fix inconsistent use of GL_UNSIGNED_INT vs. GL_UNSIGNED_INT_24_8_EXT for Z unpacking
il y a 17 ans
Michal Krol
4539410d71
gallium: Add facilities for mixed pipe formats.
il y a 17 ans
Brian Paul
318f00ae9f
gallium: need to flush bitmap cache when raster color changes
il y a 17 ans
Brian Paul
93deede760
gallium: check if sampler->max_lod < sampler->min_lod
il y a 17 ans
Brian Paul
3ccbde627e
mesa: make mm.c use unsigned ints for offsets.
If you have a GPU using this code and it has the offsets up in this space,
this fails.
cherry-picked from master
il y a 17 ans
Jakob Bornecrantz
5805a9e328
i915: Made region pool a slabpool
il y a 17 ans
Jakob Bornecrantz
d9d1e39d95
i915: Max and Min lod now works
il y a 17 ans
seventh guardian
7db9034b04
added ARCH_FLAGS
il y a 17 ans
Jakob Bornecrantz
4e52fa9b91
git: Updated .gitignore files
il y a 17 ans
Michal Krol
64d854ebf7
util: Use pf_get_size().
il y a 17 ans
Brian Paul
8b11fa4d44
mesa: move some glapi bits around
Move _glapi_proc typedef from glapitable.h to glapi.h
Also, don't include glapitable.h from glapi.h
Before we were including the huge glapitable.h file in every .c file.
il y a 17 ans
Brian Paul
e9a6832737
mesa: remove some temp debug code
il y a 17 ans
Brian Paul
2b4e2841a7
mesa: check FEATURE_ARB_occlusion_query
il y a 17 ans
Brian Paul
be16f04e76
egl: added a debug msg
il y a 17 ans
Jakob Bornecrantz
3da77b33bb
i915: Improved the not used tile code
il y a 17 ans
Jakob Bornecrantz
d89b1e4a03
trivial: Update clear-undefined
il y a 17 ans
Jakob Bornecrantz
907b753ae6
mesa: Fix libglapi.a build for dri
il y a 17 ans
Jakob Bornecrantz
d1397fd779
i915: Fix offsets not being used for surface targets
il y a 17 ans
Jakob Bornecrantz
c341094921
i915: Fix most of the clear problems
trivial/clear-undefined still fails
il y a 17 ans
Jakob Bornecrantz
39bd7eb6dc
trival: Added test for undefined context of buffer
il y a 17 ans
Brian Paul
2cc1b7c742
gallium: another attempt at fixing libglapi.a compilation for DRI builds
If building for DRI, make a dummy/empty libglapi.a for now.
il y a 17 ans
Brian Paul
9350fd62b6
mesa: fix typo: s/stacks/stack/
il y a 17 ans
Michal Krol
62f03a9ecc
gallium: Fix PIPE_FORMAT_A2B10G10R10_UNORM definition.
Whoops!
il y a 17 ans
Michal Krol
b03a0373a2
gallium: Add PIPE_FORMAT_A2B10G10R10_UNORM.
il y a 17 ans
Michal Krol
6f548c88e2
gallium: Allow pipe format component sizes to be specified
with finer granularity.
This will allow us to define A2R10G10B10 format.
il y a 17 ans
Michal Krol
b850453497
mesa: Remove duplicate code.
il y a 17 ans
Jakob Bornecrantz
de35bf5bdc
i915: Messed up lineloop now works
il y a 17 ans
Jakob Bornecrantz
e9b8df69b4
i915: Support all primtive types in vbuf path
il y a 17 ans
Zack Rusin
314c460604
silly bug: it's PROGRAM_VARYING
il y a 17 ans
Zack Rusin
3911ef0327
glsl: make sure we replace all output reads with temporaries
test in if.glsl
il y a 17 ans
Brian Paul
e961a5da77
mesa: add some #if FEATURE_x tests
il y a 17 ans