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