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