History log of /external/mesa3d/src/gallium/drivers/r300/r300_screen.c
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
bcc735aaca3b305d05c28e4076996d91b19d80fd 05-Jul-2012 Marek Olšák <maraeo@gmail.com> gallium: add QUERY_TIMESTAMP cap and get_timestamp screen function
/external/mesa3d/src/gallium/drivers/r300/r300_screen.c
af372129e5c1722a3d53dd1fc2f3409207c12f7e 18-Jun-2012 Fredrik Höglund <fredrik@kde.org> gallium: Add PIPE_CAP_START_INSTANCE

Reviewed-by: Brian Paul <brianp@vmware.com>
/external/mesa3d/src/gallium/drivers/r300/r300_screen.c
406563931068a63d5207fc9962de1638e0da4b81 12-May-2012 Francisco Jerez <currojerez@riseup.net> r300g: Handle compute caps.
/external/mesa3d/src/gallium/drivers/r300/r300_screen.c
f808984f438b827afff6fdbe52ac52dee8781d03 11-May-2012 Marek Olšák <maraeo@gmail.com> r300g: remove slab allocator for pipe_resource (used mainly for user buffers)
/external/mesa3d/src/gallium/drivers/r300/r300_screen.c
bdba35befac74a0bef0d1be657e4e77de628e28b 11-May-2012 Marek Olšák <maraeo@gmail.com> r300g: fix breakage after gallium-userbuf merge
/external/mesa3d/src/gallium/drivers/r300/r300_screen.c
1b749dc34f8d83cf3dfa863279b1fe2b356d34b2 24-Apr-2012 Marek Olšák <maraeo@gmail.com> gallium: add PIPE_CAP_CONSTANT_BUFFER_OFFSET_ALIGNMENT

This is required for any serious constant buffer support.
Constant buffer offsets on ATI and NVIDIA DX10 and DX11 GPUs must be
a multiple of 256.

In OpenGL, this can be queried via GL_UNIFORM_BUFFER_OFFSET_ALIGNMENT.
/external/mesa3d/src/gallium/drivers/r300/r300_screen.c
437ab1d6df7282770ee869180446db36c2dbdfa8 24-Apr-2012 Marek Olšák <maraeo@gmail.com> gallium: add PIPE_CAP_USER_INDEX_BUFFERS and PIPE_CAP_USER_CONSTANT_BUFFERS
/external/mesa3d/src/gallium/drivers/r300/r300_screen.c
e0773da1e897164ed7597437070e32b867734ee5 10-Apr-2012 Marek Olšák <maraeo@gmail.com> gallium: make user vertex buffers optional

This couldn't be split because it would break bisecting.

Summary:
* r300g,r600g: stop using u_vbuf
* r300g,r600g: also report that the FIXED vertex type is unsupported
* u_vbuf: refactor for use in the state tracker
* cso: wire up u_vbuf with cso_context
* st/mesa: conditionally install u_vbuf
/external/mesa3d/src/gallium/drivers/r300/r300_screen.c
7fe3631a7a0ad7602b4e947ac87ef86875c8bb3f 10-Apr-2012 Marek Olšák <maraeo@gmail.com> u_vbuf: make use of the new CAPs to determine what to do

This adds the ability to initialize u_vbuf_caps before creating u_vbuf itself.
It will be useful for determining if u_vbuf should be used or not.

Also adapt r300g and r600g.
/external/mesa3d/src/gallium/drivers/r300/r300_screen.c
0d29fb017bce0968240ae875af4b3702c2cd46ef 24-Mar-2012 Dave Airlie <airlied@redhat.com> gallium: rename DUAL_SOURCE_BLEND cap to MAX_DUAL_SOURCE_RENDER_TARGETS

Though I don't think we'll ever expose > 1.

Signed-off-by: Dave Airlie <airlied@redhat.com>
/external/mesa3d/src/gallium/drivers/r300/r300_screen.c
3b8fe06eb629f887071d5fbe2bc50b7a0c516a25 03-Apr-2012 Marek Olšák <maraeo@gmail.com> r300g/swtcl: don't expose shader subroutine support

RET in the main function doesn't work. This should be fixed in Draw, but meh.
/external/mesa3d/src/gallium/drivers/r300/r300_screen.c
04e324008759282728a95a1394bac2c4c2a1a3f9 23-Feb-2012 Marek Olšák <maraeo@gmail.com> gallium: remove PIPE_SHADER_CAP_OUTPUT_READ

r600g is the only driver which has made use of it. The reason the CAP was
added was to fix some piglit tests when the GLSL pass lower_output_reads
didn't exist.

However, not removing output reads breaks the fallback for glClampColorARB,
which assumes outputs are not readable. The fix would be non-trivial
and my personal preference is to remove the CAP, considering that reading
outputs is uncommon and that we can now use lower_output_reads to fix
the issue that the CAP was supposed to workaround in the first place.
/external/mesa3d/src/gallium/drivers/r300/r300_screen.c
96d882939d612fcc8332f107befec470ed4359de 17-Feb-2012 Marek Olšák <maraeo@gmail.com> gallium: remove unused winsys pointers in pipe_screen and pipe_context

A winsys is already a private object of a driver.
/external/mesa3d/src/gallium/drivers/r300/r300_screen.c
8b4f7b0672d663273310fffa9490ad996f5b914a 06-Feb-2012 Christoph Bumiller <e0425955@student.tuwien.ac.at> gallium: add PIPE_CAP_QUADS_FOLLOW_PROVOKING_VERTEX_CONVENTION

Just let the hardware do it if it can and avoid drivers having to
check for the special case on each draw call.

v2: update the draw module
/external/mesa3d/src/gallium/drivers/r300/r300_screen.c
f3f03c67e90f962f67e7b58b7c7baff3be251cb1 01-Feb-2012 Christian König <deathsimple@vodafone.de> vl: add interlacing capabilities

Let the driver control interlaced or progressive
format of video buffers.

Signed-off-by: Christian König <deathsimple@vodafone.de>
/external/mesa3d/src/gallium/drivers/r300/r300_screen.c
171be755223d99f8cc5cc1bdaf8bd7b4caa04b4f 24-Jan-2012 Marek Olšák <maraeo@gmail.com> st/mesa: add PIPE_CAP_GLSL_FEATURE_LEVEL, cleanup st_extensions.c

v2: handle the cap in r300 and r600 as well

Additional info for r600g:
The env var R600_GLSL130=1 enables GLSL 1.3.
Along with R600_STREAMOUT=1, it enables full GL 3.
/external/mesa3d/src/gallium/drivers/r300/r300_screen.c
bc1c8369384b5e16547c5bf9728aa78f8dfd66cc 23-Jan-2012 Marek Olšák <maraeo@gmail.com> st/mesa: do vertex and fragment color clamping in shaders

For ARB_color_buffer_float. Most hardware can't do it and st/mesa is
the perfect place for a fallback.
The exceptions are:
- r500 (vertex clamp only)
- nv50 (both)
- nvc0 (both)
- softpipe (both)

We also have to take into account that r300 can do CLAMPED vertex colors only,
while r600 can do UNCLAMPED vertex colors only. The difference can be expressed
with the two new CAPs.
/external/mesa3d/src/gallium/drivers/r300/r300_screen.c
9d9afcb5bac2931d4b8e6d1aa571e941c5110c90 10-Jan-2012 Christian König <deathsimple@vodafone.de> vl: reintroduce PIPE_VIDEO_CAP_PREFERED_FORMAT

Create the video buffers in the format the driver preffers.
This temporary creates problems with decoder less VDPAU video playback.

Signed-off-by: Christian König <deathsimple@vodafone.de>
/external/mesa3d/src/gallium/drivers/r300/r300_screen.c
dc4c821f0817a3db716f965692fb701079f66340 10-Jan-2012 Marek Olšák <maraeo@gmail.com> Squash-merge branch 'gallium-clip-state'

Conflicts:
src/gallium/auxiliary/tgsi/tgsi_strings.c
src/mesa/state_tracker/st_atom_clip.c

commit d919791f2742e913173d6b335128e7d4c63c0840
Author: Christoph Bumiller <e0425955@student.tuwien.ac.at>
Date: Fri Jan 6 17:59:22 2012 +0100

d3d1x: adapt to new clip state

commit cfec82bca3fefcdefafca3f4555285ec1d1ae421
Author: Christoph Bumiller <e0425955@student.tuwien.ac.at>
Date: Fri Jan 6 14:16:51 2012 +0100

gallium/docs: update for clip state changes

commit c02bfeb81ad9f62041a2285ea6373bbbd602912a
Author: Christoph Bumiller <e0425955@student.tuwien.ac.at>
Date: Fri Jan 6 14:21:43 2012 +0100

tgsi: add TGSI_PROPERTY_PROHIBIT_UCPS

commit d4e0a785a6a23ad2f6819fd72e236acb9750028d
Author: Brian Paul <brianp@vmware.com>
Date: Thu Jan 5 08:30:00 2012 -0700

tgsi: consolidate TGSI string arrays in new tgsi_strings.h

There was some duplication between the tgsi_dump.c and tgsi_text.c
files. Also use some static assertions to help catch errors when
adding new TGSI values.

v2: put strings in tgsi_strings.c file instead of the .h file.

Reviewed-by: Dave Airlie <airlied@redhat.com>

commit c28584ce0d8c62bd92c8f140729d344f88a0b3cd
Author: Christoph Bumiller <e0425955@student.tuwien.ac.at>
Date: Fri Jan 6 12:48:09 2012 +0100

gallium: extend user_clip_plane_enable to apply to clip distances

commit f1d5016c07f786229ed057effbe55fbfd160b019
Author: Marek Olšák <maraeo@gmail.com>
Date: Fri Jan 6 02:39:09 2012 +0100

nvfx: adapt to new clip state

commit 6f6fa1c26bd19f797c1996731708e3569c9bfe24
Author: Marek Olšák <maraeo@gmail.com>
Date: Fri Jan 6 01:41:39 2012 +0100

st/mesa: fix DrawPixels with GL_DEPTH_CLAMP

commit c86ad730aa1c017788ae88a55f54071bf222be12
Author: Christoph Bumiller <e0425955@student.tuwien.ac.at>
Date: Tue Jan 3 23:51:30 2012 +0100

nv50: adapt to new clip state

commit 3a8ae6ac243bae5970729dc4057fe02d992543dc
Author: Christoph Bumiller <e0425955@student.tuwien.ac.at>
Date: Tue Jan 3 23:32:36 2012 +0100

nvc0: adapt to new clip state

commit 6243a8246997f8d2fcc69ab741a2c2dea080ff11
Author: Marek Olšák <maraeo@gmail.com>
Date: Thu Dec 29 01:32:51 2011 +0100

draw: initalize pt.user.planes in draw_init

This fixes a crash in glean/fpexceptions.

commit e3056524b19b56d473f4faff84ffa0eb41497408
Author: Marek Olšák <maraeo@gmail.com>
Date: Mon Dec 26 06:26:55 2011 +0100

svga: adapt to new clip state

commit c5bfa8b37d6d489271df457229081d6bbb51b4b7
Author: Marek Olšák <maraeo@gmail.com>
Date: Sun Dec 25 14:11:51 2011 +0100

r600g: adapt to new clip state

commit f11890905362f62627c4a28a8255b76eb7de7df2
Author: Marek Olšák <maraeo@gmail.com>
Date: Sun Dec 25 14:10:26 2011 +0100

r300g: adapt to new clip state

commit e37465327c79a01112f15f6278d9accc5bf3103f
Author: Marek Olšák <maraeo@gmail.com>
Date: Sun Dec 25 12:39:16 2011 +0100

draw: adapt to new clip state

This adds a regression in the LLVM clipping path. Can anybody see anything
wrong with the code? It works for every other case, just glean/fpexceptions
crashes when doing the "Infinite clip plane test".

commit b474d2b18c72d965eefae4e427c269cba5ce6ba2
Author: Marek Olšák <maraeo@gmail.com>
Date: Sun Dec 25 13:14:59 2011 +0100

u_blitter: don't save/set/restore clip state

commit 9dd240ea91f523a677af45e8d0adb9e661e28602
Author: Marek Olšák <maraeo@gmail.com>
Date: Sun Dec 25 13:11:56 2011 +0100

gallium: don't cso_save/set/restore clip state

The enable bits are in the rasterizer state.

commit a4f7031179f5f4ad524b34b394214b984ac950f6
Author: Marek Olšák <maraeo@gmail.com>
Date: Sun Dec 25 12:58:55 2011 +0100

gallium: default depth_clip to 1

depth_clip = !depth_clamp

commit fe21147a00ab90e549d63fe12ee4625c9c2ffcc3
Author: Marek Olšák <maraeo@gmail.com>
Date: Mon Dec 26 06:14:19 2011 +0100

trace,util: update state logging to new clip state

Also dump the other missing flags.

commit 2a3b96e84ac872dcc5bc1de049fe76bb58d64b23
Author: Marek Olšák <maraeo@gmail.com>
Date: Sun Dec 25 10:43:43 2011 +0100

st/mesa: adapt to new clip state

commit b7b656a42fca19d7c85267f42649a206a85a2c72
Author: Marek Olšák <maraeo@gmail.com>
Date: Sat Dec 17 15:45:19 2011 +0100

gallium: move state enable bits from clip_state to rasterizer_state
/external/mesa3d/src/gallium/drivers/r300/r300_screen.c
8c2bfa34a0d70ab08de44e3b091b3a097abbad97 23-Dec-2011 Christian König <deathsimple@vodafone.de> vl: replace decode_buffers with auxiliary data field

Based on patches from Maarten Lankhorst <m.b.lankhorst@gmail.com>

Signed-off-by: Christian König <deathsimple@vodafone.de>
Acked-by: Maarten Lankhorst <m.b.lankhorst@gmail.com>
/external/mesa3d/src/gallium/drivers/r300/r300_screen.c
1b9577b833db28651e89e5c12559c7af5dde8822 17-Dec-2011 Marek Olšák <maraeo@gmail.com> gallium: remove PIPE_CAP_MAX_STREAM_OUTPUT_SEPARATE_ATTRIBS

It's the same as PIPE_CAP_MAX_STREAM_OUTPUT_BUFFERS.

Reviewed-by: Brian Paul <brianp@vmware.com>
/external/mesa3d/src/gallium/drivers/r300/r300_screen.c
f47da7f580419e1e937cded0792b7ebf3ea8a22b 17-Dec-2011 Marek Olšák <maraeo@gmail.com> r300g: handle new caps
/external/mesa3d/src/gallium/drivers/r300/r300_screen.c
861a029ddb31e91bb4d8e18ab708d0d172f63aad 15-Dec-2011 Marek Olšák <maraeo@gmail.com> gallium: interface changes necessary to implement transform feedback (v5)

Namely:
- EXT_transform_feedback
- ARB_transform_feedback2
- ARB_transform_feedback_instanced

The old interface was not useful for OpenGL and had to be reworked.

This interface was originally designed for OpenGL, but additional
changes have been made in order to make st/d3d1x support easier.

The most notable change is the stream-out info must be linked
with a vertex or geometry shader and cannot be set independently.
This is due to limitations of existing hardware (special shader
instructions must be used to write into stream-out buffers),
and it's also how OpenGL works (stream outputs must be specified
prior to linking shaders).

Other than that, each stream output buffer has a "view" into it that
internally maintains the number of bytes which have been written
into it. (one buffer can be bound in several different transform
feedback objects in OpenGL, so we must be able to have several views
around) The set_stream_output_targets function contains a parameter
saying whether new data should be appended or not.

Also, the view can optionally be used to provide the vertex
count for draw_vbo. Note that the count is supposed to be stored
in device memory and the CPU never gets to know its value.

OpenGL way | Gallium way
------------------------------------
BeginTF = set_so_targets(append_bitmask = 0)
PauseTF = set_so_targets(num_targets = 0)
ResumeTF = set_so_targets(append_bitmask = ~0)
EndTF = set_so_targets(num_targets = 0)
DrawTF = use pipe_draw_info::count_from_stream_output

v2: * removed the reset_stream_output_targets function
* added a parameter append_bitmask to set_stream_output_targets,
each bit specifies whether new data should be appended to each
buffer or not.
v3: * added PIPE_CAP_STREAM_OUTPUT_PAUSE_RESUME for ARB_tfb2,
note that the draw-auto subset is always required (for d3d10),
only the pause/resume functionality is limited if the CAP is not
advertised
v4: * update gallium/docs
v5: * compactified struct pipe_stream_output_info, updated dump/trace
/external/mesa3d/src/gallium/drivers/r300/r300_screen.c
df809ae92343bb83c162ea4c807cefb67686717d 10-Dec-2011 Marek Olšák <maraeo@gmail.com> mesa: add const flags to skip MaxVarying and MaxUniform linker checks (v2)

This is only temporary until a better solution is available.

v2: print warnings and add gallium CAPs

Reviewed-by: Ian Romanick <ian.d.romanick@intel.com>
Reviewed-by: Kenneth Graunke <kenneth@whitecape.org>
/external/mesa3d/src/gallium/drivers/r300/r300_screen.c
650f6a68153cb06a0fe0a34b6497d673cd24cec9 22-Nov-2011 Marek Olšák <maraeo@gmail.com> r300g: re-order shaders CAPs
/external/mesa3d/src/gallium/drivers/r300/r300_screen.c
410c12352a6264bbc172939e45f21dc67713dd1b 22-Nov-2011 Marek Olšák <maraeo@gmail.com> r300g: handle SHADER_CAP_OUTPUT_READ
/external/mesa3d/src/gallium/drivers/r300/r300_screen.c
684d74e0009c01773e13f476676c0c575f73c615 22-Nov-2011 Marek Olšák <maraeo@gmail.com> r300g: remove default case statements in get_param

This will throw a compile warning if there's an unhandled CAP.
/external/mesa3d/src/gallium/drivers/r300/r300_screen.c
bb71f9249a66b9a4921a878766c0a2d87624c369 19-Nov-2011 Marek Olšák <maraeo@gmail.com> gallium: separate out floating-point CAPs into its own enum

The motivation behind this is to add some self-documentation in the code
about how each CAP can be used.

The idea is:
- enum pipe_cap is only valid in get_param
- enum pipe_capf is only valid in get_paramf

Which CAPs are floating-point have been determined based on how everybody
except svga implemented the functions. svga have been modified to match all
the other drivers.

Besides that, the floating-point CAPs are now prefixed with PIPE_CAPF_.
/external/mesa3d/src/gallium/drivers/r300/r300_screen.c
2a0126932b320806e030c1c085791e257516e0cd 18-Nov-2011 Marek Olšák <maraeo@gmail.com> gallium: remove PIPE_CAP_GLSL and enable GLSL unconditionally

Only i965g does not enable GLSL, but that driver has been unmaintained and
bitrotting for quite a while anyway.
/external/mesa3d/src/gallium/drivers/r300/r300_screen.c
cdaf9b89e4497a93b889f5ac4502323b53627f82 24-Oct-2011 Marek Olšák <maraeo@gmail.com> r300g: expose ARB_ES2_compatibility by claiming FIXED format support
/external/mesa3d/src/gallium/drivers/r300/r300_screen.c
ae272a92a17510493392d7d7dd4937786af415ec 14-Oct-2011 Marek Olšák <maraeo@gmail.com> r300g: set max vertex samplers to 0 on swtcl chipsets

This should fix a bug added by f5bfe54a.

Might also fix:
https://bugs.freedesktop.org/show_bug.cgi?id=41715
/external/mesa3d/src/gallium/drivers/r300/r300_screen.c
5baa33a738fcecea8d8ff95e6972b85af2e99ee5 06-Oct-2011 Marek Olšák <maraeo@gmail.com> r300g: disable stream output on SWTCL chipsets

Unimplemented and not so useful for this driver.
/external/mesa3d/src/gallium/drivers/r300/r300_screen.c
ba89086e79b22bd9578ea642846108de624c91e9 27-Sep-2011 Marek Olšák <maraeo@gmail.com> gallium: add PIPE_CAP_TEXTURE_BARRIER

Same issue as with conditional_render.

Reviewed-by: Brian Paul <brianp@vmware.com>
/external/mesa3d/src/gallium/drivers/r300/r300_screen.c
3d13b081c72626acba6b9a25baec740c60dfafe1 27-Sep-2011 Marek Olšák <maraeo@gmail.com> gallium: add PIPE_CAP_CONDITIONAL_RENDER

We were checking whether render_condition is set. That was not reliable,
because it's always set with trace and noop regardless of driver support.

Reviewed-by: Brian Paul <brianp@vmware.com>
/external/mesa3d/src/gallium/drivers/r300/r300_screen.c
f5bfe54a34d9c8cd5de2b096d0e8486fe0d990a7 27-Sep-2011 Marek Olšák <maraeo@gmail.com> gallium: add and use PIPE_SHADER_CAP_MAX_TEXTURE_SAMPLERS

This removes:
- PIPE_CAP_MAX_TEXTURE_IMAGE_UNITS
- PIPE_CAP_MAX_VERTEX_TEXTURE_UNITS
in favor of the that new per-shader cap.

Reviewed-by: Brian Paul <brianp@vmware.com>
/external/mesa3d/src/gallium/drivers/r300/r300_screen.c
557c3febdfd88ba1a41d3e8e0221e447d491c343 26-Sep-2011 Marek Olšák <maraeo@gmail.com> gallium: remove PIPE_CAP_TEXTURE_MIRROR_REPEAT

All drivers support it (well, except Cell). The boolean option is going away
from core Mesa too.

This is a follow-up to Ian Romanick's patch
"mesa: Remove ARB_texture_mirrored_repeat extension enable flag".

Reviewed-by: Brian Paul <brianp@vmware.com>
/external/mesa3d/src/gallium/drivers/r300/r300_screen.c
2154c672b3f2a0f3de7aaacd9260954b9310262a 11-Sep-2011 Marek Olšák <maraeo@gmail.com> r300g: handle the new CAPs
/external/mesa3d/src/gallium/drivers/r300/r300_screen.c
379429137238e79296b8222c0e13d7d961910633 05-Sep-2011 Marek Olšák <maraeo@gmail.com> gallium: add PIPE_CAP_MAX_TEXTURE_ARRAY_LAYERS

v2: remove PIPE_CAP_ARRAY_TEXTURES in favor of the new CAP.
/external/mesa3d/src/gallium/drivers/r300/r300_screen.c
231fce7d630bcf6aaf0e435e461ad5af842e437f 09-Aug-2011 Christian König <deathsimple@vodafone.de> g3dvl: Rework the decoder interface part 2/5

Implement PIPE_CAP_NUM_BUFFERS_DESIRED giving the decoder control over
the number of buffers a state tracker should allocate.

Signed-off-by: Christian König <deathsimple@vodafone.de>
Reviewed-by: Younes Manton <younes.m@gmail.com>
/external/mesa3d/src/gallium/drivers/r300/r300_screen.c
1e3c81a068c4ae04cd1c6b18c687d5be69b7b8c4 07-Aug-2011 Marek Olšák <maraeo@gmail.com> winsys/radeon: hook up the new DRM_RADEON_GEM_WAIT ioctl

Reviewed-by: Alex Deucher <alexander.deucher@amd.com>
/external/mesa3d/src/gallium/drivers/r300/r300_screen.c
d99c8e191b9dd206eae42ffab1ade01054026ebc 05-Aug-2011 Marek Olšák <maraeo@gmail.com> r300g: handle new CAPs
/external/mesa3d/src/gallium/drivers/r300/r300_screen.c
4683529048ee133481b2d8f1cae1685aa1736f9a 04-Aug-2011 Bryan Cain <bryancain3@gmail.com> Merge branch 'glsl-to-tgsi'

Conflicts:
src/mesa/state_tracker/st_atom_pixeltransfer.c
src/mesa/state_tracker/st_program.c
17b695e6e7dd730497fb60a8e161935b23fa0e9c 06-May-2011 Bryan Cain <bryancain3@gmail.com> gallium: add PIPE_SHADER_CAP_INTEGERS
/external/mesa3d/src/gallium/drivers/r300/r300_screen.c
28a336dc38c478b809544e7404c4d1fddd873333 22-Jul-2011 Marek Olšák <maraeo@gmail.com> winsys/radeon: simplify how value queries work

This drops the get_value query and adds a function query_info, which returns
all the values in one nice structure.
/external/mesa3d/src/gallium/drivers/r300/r300_screen.c
efc7fda4627919b5355952d955ee4a2c98505e56 12-Jul-2011 Christian König <deathsimple@vodafone.de> [g3dvl] add some more PIPE_VIDEO_CAPs
/external/mesa3d/src/gallium/drivers/r300/r300_screen.c
ea78480029450c019287c2a94d7c42a6a1d12dc3 08-Jul-2011 Christian König <deathsimple@vodafone.de> [g3dvl] and finally remove pipe_video_context
/external/mesa3d/src/gallium/drivers/r300/r300_screen.c
3bb33c911b895819fde5e179b2466c08f88164cf 08-Jul-2011 Christian König <deathsimple@vodafone.de> [g3dvl] remove the unused priv member from pipe_video_context
/external/mesa3d/src/gallium/drivers/r300/r300_screen.c
2ec350ff1d9f13ec95d7b9d46f57ad9b9efcc8ea 08-Jul-2011 Christian König <deathsimple@vodafone.de> [g3dvl] make pipe_context mandatory for creation pipe_video_context
/external/mesa3d/src/gallium/drivers/r300/r300_screen.c
7eca76952b6726be9459375dde7478a01789577e 08-Jul-2011 Christian König <deathsimple@vodafone.de> [g3dvl] rename is_format_supported to is_video_format_supported and move it into screen object
/external/mesa3d/src/gallium/drivers/r300/r300_screen.c
f265a194263bb2a3fa204947a9c98f472835f121 07-Jul-2011 Christian König <deathsimple@vodafone.de> [g3dvl] rename get_param to get_video_param and move into screen object
/external/mesa3d/src/gallium/drivers/r300/r300_screen.c
003401f95c9b59471c22368b7da16fe7a951e490 09-Jun-2011 Christian König <deathsimple@vodafone.de> Merge remote-tracking branch 'origin/master' into pipe-video

Conflicts:
src/gallium/tests/unit/u_format_test.c
src/gallium/winsys/r600/drm/r600_hw_context.c
d7111353bd52fa54ae6c0defd6d1c4a86fbfb3b3 07-Jun-2011 Marek Olšák <maraeo@gmail.com> r300g: consolidate deducing chipset info

Use the new PCI ID table, make it simpler.
/external/mesa3d/src/gallium/drivers/r300/r300_screen.c
0e886219193472be2203f2afccea84029f014dbd 29-May-2011 Christian König <deathsimple@vodafone.de> Initial r300g support

Based uppon a patch from Pali Rohár <pali.rohar@gmail.com>.
This seems to get at least YUV->RGB conversion working.
So a simple "mplayer -vo vdpau" now seems to work fine.
/external/mesa3d/src/gallium/drivers/r300/r300_screen.c
d8e222d8877cf8b236bb24eb520521ff2e2ce32f 06-May-2011 Marek Olšák <maraeo@gmail.com> r300g: handle seamless_cube_map caps
/external/mesa3d/src/gallium/drivers/r300/r300_screen.c
0b3122cfcb26e195f14470d8ea6e3cce240c2f79 24-Apr-2011 Marek Olšák <maraeo@gmail.com> r300g: reorder caps
/external/mesa3d/src/gallium/drivers/r300/r300_screen.c
0c71da18ee29e8c29538104a0a8d07c9e9aae9a7 24-Apr-2011 Marek Olšák <maraeo@gmail.com> r300g: fix exposing caps on r300-r400

Broken with 72239d16cd08113e994ea3508f91193c682b0930.
/external/mesa3d/src/gallium/drivers/r300/r300_screen.c
72239d16cd08113e994ea3508f91193c682b0930 22-Apr-2011 Marek Olšák <maraeo@gmail.com> r300g: do not advertise color_buffer_float on r300 and r400

It seems they can't do unclamped vertex colors. Tested on RV350.
/external/mesa3d/src/gallium/drivers/r300/r300_screen.c
673cec467a1b60890bb2cc4e8c90f5a05e47eea7 22-Apr-2011 Marek Olšák <maraeo@gmail.com> r300g: disallow A16F,L16F,LA16F,I16F texture formats on DRM<2.8.0
/external/mesa3d/src/gallium/drivers/r300/r300_screen.c
d35aeff4bb0b03450b2c3c08bd7f84db5bf43283 18-Apr-2011 Marek Olšák <maraeo@gmail.com> r300g/winsys: rename r300->radeon and do a little cleanup

Renaming a few files, types, and functions.
Also make the winsys independent of r300g.
/external/mesa3d/src/gallium/drivers/r300/r300_screen.c
3f32efa2b88e2ea7f62bc666df4fbf4e1dde4535 18-Apr-2011 Marek Olšák <maraeo@gmail.com> r300g: disable ARB_draw_instanced on SWTCL chipsets.

This fixes Unigine Heaven.
/external/mesa3d/src/gallium/drivers/r300/r300_screen.c
75fa5c99a86c1ae0f8a4fecc016a5f82da9ae80a 11-Apr-2011 Marek Olšák <maraeo@gmail.com> gallium: add and use generic function for querying patented format support (v2)

v2: Unsigned floats are allowed regardless of the configure switch.
/external/mesa3d/src/gallium/drivers/r300/r300_screen.c
7984c2d42de50d1a44ab9832c8370ff1dee1c0e7 08-Apr-2011 Marek Olšák <maraeo@gmail.com> r300g: do not advertise R16F and RG16F on DRM < 2.8.0
/external/mesa3d/src/gallium/drivers/r300/r300_screen.c
10ea8567f49f4daaa654b6e4c365a816f855073b 08-Apr-2011 Marek Olšák <maraeo@gmail.com> r300g: fix texturing with sizes > 2048 on r500
/external/mesa3d/src/gallium/drivers/r300/r300_screen.c
f814dd7a8171d9a3c413c3813d2d91d655535041 03-Apr-2011 Marek Olšák <maraeo@gmail.com> r300g: tell the GLSL compiler to lower the continue opcode

NOTE: This is a candidate for the stable branches.
/external/mesa3d/src/gallium/drivers/r300/r300_screen.c
4a7f013f9db793dab8dbc9f71646dab49f12ed2f 29-Mar-2011 Marek Olšák <maraeo@gmail.com> gallium: set PIPE_CAP_MIXED_COLORBUFFER_FORMATS in some drivers
/external/mesa3d/src/gallium/drivers/r300/r300_screen.c
f03791467090db49e5c3d6111cd8d2a7cbe31d75 16-Feb-2011 Marek Olšák <maraeo@gmail.com> r300g: enable clamping controls
/external/mesa3d/src/gallium/drivers/r300/r300_screen.c
e968975cb57eb854769292f7c6ff773c64a386c3 08-Mar-2011 Marek Olšák <maraeo@gmail.com> gallium: remove the geom_flags param from is_format_supported
/external/mesa3d/src/gallium/drivers/r300/r300_screen.c
bfe88e69988b3d3bdff0b9f6051d0428e1315653 07-Mar-2011 Marek Olšák <maraeo@gmail.com> gallium: cleanup fence_signalled and fence_finish

So that they don't have the driver-specific param and return type.
/external/mesa3d/src/gallium/drivers/r300/r300_screen.c
ac8821ffe2fc3972bc4744201491a4a41df877e6 05-Mar-2011 Marek Olšák <maraeo@gmail.com> r300g: handle timeout parameter in fence_finish
/external/mesa3d/src/gallium/drivers/r300/r300_screen.c
b39bccbd4ed71e9585da4cf5acf7b887b2e90899 05-Mar-2011 Marek Olšák <maraeo@gmail.com> gallium: add timeout parameter to fence_finish

This is a follow-up to the ARB_sync patch for st/mesa and completes
the ARB_sync implementation.
/external/mesa3d/src/gallium/drivers/r300/r300_screen.c
5ef807c0361ed73d598619918b1e16aab0de3044 07-Mar-2011 Marek Olšák <maraeo@gmail.com> r300g: add LATC support
/external/mesa3d/src/gallium/drivers/r300/r300_screen.c
b6a9675b2fb917b88b08e0b0a3f1d100a39df6fb 05-Mar-2011 Marek Olšák <maraeo@gmail.com> r300g/swtcl: advertise draw_instanced and primitive_restart
/external/mesa3d/src/gallium/drivers/r300/r300_screen.c
65482f2c2b1c3456d0ca58a38d82c02a5d6d362c 05-Mar-2011 Marek Olšák <maraeo@gmail.com> r300g: implement instanced arrays
/external/mesa3d/src/gallium/drivers/r300/r300_screen.c
95c7881ac8240fa369e33db411bbd165d0f61948 05-Mar-2011 Marek Olšák <maraeo@gmail.com> gallium: split CAP_INSTANCE_DRAWING into INSTANCEID and INSTANCE_DIVISOR

ARB_instanced_arrays is a subset of D3D9.
ARB_draw_instanced is a subset of D3D10.

The point of this change is to allow D3D9-level drivers to enable
ARB_instanced_arrays without ARB_draw_instanced.
/external/mesa3d/src/gallium/drivers/r300/r300_screen.c
a6314eb47f0c916c51362dfbd0f1db21e72745ee 02-Mar-2011 Marek Olšák <maraeo@gmail.com> r300g: require DRM 2.3.0 (kernel 2.6.34)

Running any older kernel is not recommended anyway.
/external/mesa3d/src/gallium/drivers/r300/r300_screen.c
0b436cf511316d4bf90246a39557900b4b566853 19-Feb-2011 Marek Olšák <maraeo@gmail.com> r300g: fix a possible race when counting contexts

Atomics aren't sufficient here.
/external/mesa3d/src/gallium/drivers/r300/r300_screen.c
18b4978ac8d2fb9b4f0830f33267e36ffc67b89c 15-Feb-2011 Marek Olšák <maraeo@gmail.com> r300g: implement fences using dummy relocations

So finally we have them.
/external/mesa3d/src/gallium/drivers/r300/r300_screen.c
9ad9a6861a01997fa88fe35089d63348f7b076af 12-Feb-2011 Marek Olšák <maraeo@gmail.com> r300g: add debug options nozmask and nohiz which disable some hyper-z features
/external/mesa3d/src/gallium/drivers/r300/r300_screen.c
56ba7e913fef0ea2b1bead582108f9ab3ab8263d 10-Feb-2011 Marek Olšák <maraeo@gmail.com> r300g: consolidate buffers and textures to r300_resource

Transfers and create/destroy are still handled separately.
/external/mesa3d/src/gallium/drivers/r300/r300_screen.c
588c925224c15c3ea3e26bdeb0ef92391a0617e4 28-Jan-2011 Marek Olšák <maraeo@gmail.com> r300g: handle PIPE_CAP_ARRAY_TEXTURES
/external/mesa3d/src/gallium/drivers/r300/r300_screen.c
09109c11d9efd78c0f87fc55911e03eda5fd980b 24-Jan-2011 Marek Olšák <maraeo@gmail.com> r300g: remove any traces of depth_clamp

I couldn't make it work.

GB_TILE_CONFIG.Z_EXTENDED, which enables per-pixel Z clamping, and
VAP_CLIP_CNTL.CLIP_DISABLE, which disables clipping, do help, but they
also add regressions like random graphics corruptions in some games.
/external/mesa3d/src/gallium/drivers/r300/r300_screen.c
d78a984baa602a9bbb07622b669deea3069d2ab3 24-Jan-2011 Marek Olšák <maraeo@gmail.com> r300g: handle PIPE_CAP_INSTANCED_DRAWING in get_param
/external/mesa3d/src/gallium/drivers/r300/r300_screen.c
a82408c3537afe09e40b3ee6b3a6cb1acc62f715 24-Jan-2011 Jakob Bornecrantz <wallbraker@gmail.com> Revert "r300g/swtcl: re-enable LLVM"

This reverts commit 88550083b3857184445075e70fed8b2eed4952a1.
/external/mesa3d/src/gallium/drivers/r300/r300_screen.c
c40ec20c273104198f7b3c52af2cd2328833b72b 13-Dec-2010 Tom Stellard <tstellar@gmail.com> r300g: Increase fragment shader limits for r400 cards

r400 fragment shaders now support up to 64 temporary registers,
512 ALU instructions, and 512 TEX instructions.
/external/mesa3d/src/gallium/drivers/r300/r300_screen.c
88550083b3857184445075e70fed8b2eed4952a1 24-Dec-2010 Marek Olšák <maraeo@gmail.com> r300g/swtcl: re-enable LLVM

Based on a patch from Drill <drill87@gmail.com>.

NOTE: This is a candidate for the 7.10 branch.
/external/mesa3d/src/gallium/drivers/r300/r300_screen.c
2a95542088fbada4ffe5bdd2da90b215cb6a5003 21-Dec-2010 Marek Olšák <maraeo@gmail.com> r300g: support B10G10R10A2 render targets only with DRM 2.8.0 or later versions
/external/mesa3d/src/gallium/drivers/r300/r300_screen.c
536d52702034a03d94866cb6cf8fc05502860320 03-Dec-2010 Marek Olšák <maraeo@gmail.com> r300g: add capability bit index_bias_supported

.. instead of calling r500_index_bias_supported(..) every draw call.
/external/mesa3d/src/gallium/drivers/r300/r300_screen.c
fcf6b353bfd860aa7bcc708858bef313c6fd7031 01-Dec-2010 Marek Olšák <maraeo@gmail.com> r300g: disable ARB_texture_swizzle if S3TC is enabled on r3xx-only

r3xx cannot swizzle compressed textures. r4xx+ is unaffected.

NOTE: This is a candidate for the 7.9 branch.
/external/mesa3d/src/gallium/drivers/r300/r300_screen.c
80f24c1575688e9cd4a5a811137f43b7e0a661bb 29-Nov-2010 Marek Olšák <maraeo@gmail.com> util: rename u_mempool -> u_slab
/external/mesa3d/src/gallium/drivers/r300/r300_screen.c
9aa089eac05ebefafb6610b4a7e209b2fd1e93f6 14-Nov-2010 Marek Olšák <maraeo@gmail.com> gallium: add PIPE_SHADER_CAP_SUBROUTINES

This fixes piglit/glsl-vs-main-return and glsl-fs-main-return for the drivers
which don't support RET (i915g, r300g, r600g, svga).

ir_to_mesa does not currently generate subroutines, but it's a matter of time
till it's added. It would then break all the drivers which don't implement
them, so this CAP makes sense.

Signed-off-by: Marek Olšák <maraeo@gmail.com>
/external/mesa3d/src/gallium/drivers/r300/r300_screen.c
bf10055cffcc5d62a3e214674846185bfaf253e7 21-Nov-2010 Joakim Sindholt <opensource@zhasha.com> r300g: silence guard band cap errors

Somebody should find out what these are. It can be found on Windows
getting a D3DCAPS9 from IDirect3D9::GetCaps() and reading the
GuardBand* values.
/external/mesa3d/src/gallium/drivers/r300/r300_screen.c
9cf25b3d1cd2910ae33e1faafa04629638bff0fe 14-Nov-2010 Marek Olšák <maraeo@gmail.com> r300g: return shader caps from Draw for SWTCL vertex shaders
/external/mesa3d/src/gallium/drivers/r300/r300_screen.c
d279902b40c1d5ea594d902a87485a25d8f31472 12-Nov-2010 Marek Olšák <maraeo@gmail.com> r300g: fill out CAPs for indirect addressing

To match shader model 2.0 (it's impossible to fully implement ARL
with shader model 3.0 relative addressing).
/external/mesa3d/src/gallium/drivers/r300/r300_screen.c
88ddfc57e48ef86bd6f5d5f6617936ebcdce0efc 09-Nov-2010 Marek Olšák <maraeo@gmail.com> r300g: mention ATI in the renderer string
/external/mesa3d/src/gallium/drivers/r300/r300_screen.c
469907d59738ad32c7a3b95072897432f1e81a0f 22-Oct-2010 Marek Olšák <maraeo@gmail.com> r300g: say no to PIPE_CAP_STREAM_OUTPUT and PIPE_CAP_PRIMITIVE_RESTART
/external/mesa3d/src/gallium/drivers/r300/r300_screen.c
1d96ad67bc7927eb314d497e30cfd4eb3cfbb9ea 22-Oct-2010 Marek Olšák <maraeo@gmail.com> r300g: do not print get_param errors in non-debug build
/external/mesa3d/src/gallium/drivers/r300/r300_screen.c
510c503762a228db2b3d6804f5f5c7af9be1a920 15-Oct-2010 Dave Airlie <airlied@redhat.com> r300g: clean up warning due to unknown cap.
/external/mesa3d/src/gallium/drivers/r300/r300_screen.c
a508d2dddcc67d0f92cc36b9ed6f36a9bbfc579d 05-Sep-2010 Luca Barbieri <luca@luca-barbieri.com> gallium: introduce get_shader_param (ALL DRIVERS CHANGED) (v3)

Changes in v3:
- Also change trace, which I forgot about

Changes in v2:
- No longer adds tessellation shaders

Currently each shader cap has FS and VS versions.

However, we want a version of them for geometry, tessellation control,
and tessellation evaluation shaders, and want to be able to easily
query a given cap type for a given shader stage.

Since having 5 duplicates of each shader cap is unmanageable, add
a new get_shader_param function that takes both a shader cap from a
new enum and a shader stage.

Drivers with non-unified shaders will first switch on the shader
and, within each case, switch on the cap.

Drivers with unified shaders instead first check whether the shader
is supported, and then switch on the cap.

MAX_CONST_BUFFERS is now per-stage.
The geometry shader cap is removed in favor of checking whether the
limit of geometry shader instructions is greater than 0, which is also
used for tessellation shaders.

WARNING: all drivers changed and compiled but only nvfx tested
/external/mesa3d/src/gallium/drivers/r300/r300_screen.c
bac59b336b7910be8040a3bf98be628775a67af6 13-Aug-2010 Marek Olšák <maraeo@gmail.com> r300g: do not support separate depth/stencil clear in the driver

It doesn't work well with Hyper-Z, so put the burden on the state tracker.
/external/mesa3d/src/gallium/drivers/r300/r300_screen.c
16e782b83f298fcf82bbb277690ac0c713e90e21 13-Aug-2010 Marek Olšák <maraeo@gmail.com> r300g: disable depth clamp for now

It breaks Regnum Online in that it renders random triangles
all over the screen.

https://bugs.freedesktop.org/show_bug.cgi?id=29518
/external/mesa3d/src/gallium/drivers/r300/r300_screen.c
8bc5fe1ad67127f642c47da0a307aa7bd8696fab 04-Aug-2010 Dave Airlie <airlied@redhat.com> r300g: disable multisample visuals until the state tracker bits catch up.

This stops us advertising lots of ms visuals we can't actually use.

Signed-off-by: Dave Airlie <airlied@redhat.com>
/external/mesa3d/src/gallium/drivers/r300/r300_screen.c
6f2936c654c68388b9c43a189a1b8c06f3a9d241 25-Jul-2010 Marek Olšák <maraeo@gmail.com> r300g: implement D24X8 texture sampling for r3xx-r4xx

Because the hw can't sample it, I reinterpret the format as G16R16 and
sample the G component. This gives 16 bits of precision, which should be
enough for depth texturing (surprisingly, the sampled values are exactly
the same as in D16 textures).

This also enables EXT_packed_depth_stencil on those old chipsets, finally.
/external/mesa3d/src/gallium/drivers/r300/r300_screen.c
ca7ead03da4481cd34933175898f4a924e588ad4 20-Jul-2010 Marek Olšák <maraeo@gmail.com> r300g: implement depth clamp

Depth clamping seems to be implicit if clipping is disabled.

It's not perfect, but it's good enough for wine and passes
the corresponding piglit tests.
/external/mesa3d/src/gallium/drivers/r300/r300_screen.c
7b31b235d069ab4154bfc4b1eacde6368852aaee 19-Jul-2010 Marek Olšák <maraeo@gmail.com> r300g: use memory pools for buffer_create and get_transfer

The improvement in Tremulous: 68.9 fps -> 71.1 fps.
/external/mesa3d/src/gallium/drivers/r300/r300_screen.c
fe3caa91d3f637bf9cf9f9e7adb992aa8c7ef8e4 14-Jul-2010 Marek Olšák <maraeo@gmail.com> r300g: rebuild winsys and command submission to support multiple contexts
/external/mesa3d/src/gallium/drivers/r300/r300_screen.c
2470750b4ef3deed441d017d2f5a72c830d881ec 13-Jul-2010 Marek Olšák <maraeo@gmail.com> r300g: do not advertise half_float_vertex on rv3x0

rv3x0 can't do it.
/external/mesa3d/src/gallium/drivers/r300/r300_screen.c
da7bd6a90e1fee5c16327338fd251c0f6be34e36 28-Jun-2010 Zack Rusin <zackr@vmware.com> mesa: initial support for ARB_geometry_shader4

laying down the foundation for everything and implementing most of the
stuff.
linking, gl_VerticesIn and multidimensional inputs are left.
/external/mesa3d/src/gallium/drivers/r300/r300_screen.c
a01e0afd9fc0d647081c6903baa1a7ba505c4b05 28-Jun-2010 Jakob Bornecrantz <jakob@vmware.com> Merge branch 'gallium-drm-driver-drescriptor'

Conflicts:
src/gallium/state_trackers/egl/x11/native_dri2.c
src/gallium/state_trackers/egl/x11/native_x11.c
src/gallium/state_trackers/egl/x11/native_x11.h
src/gallium/state_trackers/xorg/xorg_driver.c
src/gallium/winsys/radeon/drm/radeon_drm.c
de7b181e99a64cb517a021f00f714c6af9b337ee 23-Jun-2010 Corbin Simpson <MostAwesomeDude@gmail.com> glhd: Grab is_format_supported warning from r300g.
/external/mesa3d/src/gallium/drivers/r300/r300_screen.c
8ecca392da70eb0137117e73448fe610a5638ae7 16-Jun-2010 Corbin Simpson <MostAwesomeDude@gmail.com> r300g: Don't multisample non-32-bpp render targets.
/external/mesa3d/src/gallium/drivers/r300/r300_screen.c
a91fea65dc574cc0ba2ccec936d60366b034489a 26-May-2010 Corbin Simpson <MostAwesomeDude@gmail.com> r300g: Moar MSAA setup.

Need to just add the resolve, then go switch to new DRM and test.
/external/mesa3d/src/gallium/drivers/r300/r300_screen.c
89dc925150a6e180c80f75a84196008dc954ae99 09-Jun-2010 Marek Olšák <maraeo@gmail.com> r300g: report that transfers are always supported
/external/mesa3d/src/gallium/drivers/r300/r300_screen.c
6e3fc2de2a185775a721b3633f420aa3d2c9a949 06-Jun-2010 Jakob Bornecrantz <jakob@vmware.com> r300g: Move bootstrap code to targets
/external/mesa3d/src/gallium/drivers/r300/r300_screen.c
42ebe3dfd9b0803913e0d932909ca5872d937c20 27-Apr-2010 Dave Airlie <airlied@redhat.com> mesa/st: add support for EXT_texture_swizzle.

This passes on r300g, the only bit I'm not really sure about is the handling
of the sampler_view in st_atom_texture.c, I unreference it there if the swizzle
value changes and I also have to create a new set of functions to create a new
one since the u_sampler.c ones don't handle swizzle so much.

adds r300g + softpipe enables, I think other drivers could pass easily enough.

Signed-off-by: Dave Airlie <airlied@redhat.com>
/external/mesa3d/src/gallium/drivers/r300/r300_screen.c
992382762a74fd834926fd2c3cd9e14a186e2dd5 03-Jun-2010 Roland Scheidegger <sroland@vmware.com> Merge branch 'gallium-newclear'

Conflicts:
src/gallium/state_trackers/python/p_context.i
10baf7ec1d31552a268c38422619abc131a37e2b 29-May-2010 Roland Scheidegger <sroland@vmware.com> r300g: adapt to clear interface changes

should support separate depth/stencil clears just fine with changed u_blitter.
/external/mesa3d/src/gallium/drivers/r300/r300_screen.c
ebe2b546633a3593c54190bb1f2d372d70de14cd 28-May-2010 Marek Olšák <maraeo@gmail.com> r300g: report vertex format support in is_format_supported
/external/mesa3d/src/gallium/drivers/r300/r300_screen.c
2c072c8f72647a3b32e9855f7635b37ba399f5be 26-May-2010 Marek Olšák <maraeo@gmail.com> r300g: implement fake but compliant fences
/external/mesa3d/src/gallium/drivers/r300/r300_screen.c
3293bcdc80cdfa20a2381aae2b94505bdf95d857 21-May-2010 Roland Scheidegger <sroland@vmware.com> Merge branch 'gallium-msaa'

Conflicts:
src/mesa/state_tracker/st_gen_mipmap.c
src/mesa/state_tracker/st_texture.c
39b4bf71b55ce4553e877868dcbf6e7502cbc696 17-May-2010 Roland Scheidegger <sroland@vmware.com> r300g: adapt to interface changes

might need further cleanup. Using surfaces internally for the u_blitter code
seems nonoptimal.
/external/mesa3d/src/gallium/drivers/r300/r300_screen.c
cdbd5f4203391ee7eb12911bc86fea34dc61c957 17-May-2010 Mathias Fröhlich <Mathias.Froehlich@web.de> gallium: EXT_timer_query support.

Signed-off-by: Corbin Simpson <MostAwesomeDude@gmail.com>
/external/mesa3d/src/gallium/drivers/r300/r300_screen.c
13ef7a4be8ecfd87a09ef1cfa48348297ed7b0e3 14-May-2010 Marek Olšák <maraeo@gmail.com> r300g: fix for piglit/fp-indirections2
/external/mesa3d/src/gallium/drivers/r300/r300_screen.c
0ccc1367d76f1f40a0410c7c18fe41134cf9a024 13-May-2010 Marek Olšák <maraeo@gmail.com> r300g: re-order caps
/external/mesa3d/src/gallium/drivers/r300/r300_screen.c
dca2a9fcd46d4b7063236c609fb31b756cbe9f8c 13-May-2010 Marek Olšák <maraeo@gmail.com> r300g: fill out the shader limits
/external/mesa3d/src/gallium/drivers/r300/r300_screen.c
e1238b5cad3845c029f60d92c08e810274517d33 11-May-2010 José Fonseca <jfonseca@vmware.com> gallium: Make PIPE_CAP_xxx enums.
/external/mesa3d/src/gallium/drivers/r300/r300_screen.c
95bfc8f32571751c5c9ec6d8e84f5e3c28d1b20e 29-Apr-2010 Marek Olšák <maraeo@gmail.com> r300g: init s3tc fetching functions
/external/mesa3d/src/gallium/drivers/r300/r300_screen.c
26a54ed6fddd42d8dba3d0c18d9d23ea63c62807 10-Apr-2010 Marek Olšák <maraeo@gmail.com> r300g: pick up some new colorbuffer formats
/external/mesa3d/src/gallium/drivers/r300/r300_screen.c
287c94ea4987033f9c99a2f91c5750c9083504ca 10-Apr-2010 Keith Whitwell <keithw@vmware.com> Squashed commit of the following:

commit 0189cb2fde9f5d7326fd4bfbc2e52db4cce73b3e
Author: Keith Whitwell <keithw@vmware.com>
Date: Sat Apr 10 12:48:43 2010 +0100

gallium: don't use generic get_transfer func for textures

It doesn't know and can't fill in the stride value.

commit 65bc6f88fd9ce8ff90175b250e580bef2739ea35
Author: Chia-I Wu <olv@lunarg.com>
Date: Sat Apr 10 13:49:34 2010 +0800

i915g: Initialize screen surface function.

commit eb56e64986790aa2fa35534ce652b78656b0c3c5
Merge: f8b0a7f e7f1e5c
Author: Keith Whitwell <keithw@vmware.com>
Date: Sat Apr 10 00:38:43 2010 +0100

Merge commit 'origin/master' into gallium-resources

Conflicts:
src/gallium/drivers/r300/r300_texture.c

commit f8b0a7f6a3a98fd36ce90a81073ec8c8f09b684c
Merge: a3c9980 f43c679
Author: Keith Whitwell <keithw@vmware.com>
Date: Sat Apr 10 00:35:09 2010 +0100

Merge commit 'origin/master' into gallium-resources

Conflicts:
src/gallium/drivers/r300/r300_texture.c

commit a3c99807de37dc2c072f1d75ed3a11da333bc9a1
Author: unknown <michal@.(none)>
Date: Fri Apr 9 18:51:39 2010 +0200

scons: Add missing sources.

commit 927cec79cedb457efa9e6f335727cfcb8e4908e2
Author: Roland Scheidegger <sroland@vmware.com>
Date: Fri Apr 9 18:07:56 2010 +0200

gallium: fix another compile warning after merge. Hmpf.

commit 52953cd7b0e51deafecb812bdc40f9e45f9ac62a
Author: Roland Scheidegger <sroland@vmware.com>
Date: Fri Apr 9 18:02:11 2010 +0200

gallium: fix comment

commit 7c8763aa6cfc74adf1ea49c2bab25ca17b32575f
Author: unknown <michal@.(none)>
Date: Fri Apr 9 18:05:20 2010 +0200

util: Fix type cast.

commit 9d0086411a104b7cc9297aac0d1f82853118d7bf
Author: unknown <michal@.(none)>
Date: Fri Apr 9 18:04:33 2010 +0200

libgl-gdi: Use proper unwrap functions for resources.

commit 251a5cdd18ba31c690ef61f133dfc65cd4a45cf8
Author: Roland Scheidegger <sroland@vmware.com>
Date: Fri Apr 9 17:51:23 2010 +0200

gallium: more comments fixup

commit 8f3f9d5e1e9c0de98a3dfb19e81250d2c32ee4e9
Author: Roland Scheidegger <sroland@vmware.com>
Date: Fri Apr 9 17:48:18 2010 +0200

gallium: another fix after merge

commit 41f00a32ee5be91512c048bacb89ede0e04bc08d
Author: Roland Scheidegger <sroland@vmware.com>
Date: Fri Apr 9 17:44:30 2010 +0200

gallium: more pipe_texture/resource fixes after merge

commit faf53328d1154c51d8a59513f2bfcae62272b0bf
Author: Roland Scheidegger <sroland@vmware.com>
Date: Fri Apr 9 17:44:24 2010 +0200

gallium: fix comments for changed USAGE flags

commit fdcb17bea4b0798d316b56deea69832f41142adf
Author: Roland Scheidegger <sroland@vmware.com>
Date: Fri Apr 9 16:40:07 2010 +0200

gallium/pb: pb uses PB_USAGE_ flags, not PIPE_TRANSFER_ (same value anyway)

commit c95f7278ecc6db417ec1053279f2a8172c47aee9
Author: Keith Whitwell <keithw@vmware.com>
Date: Fri Apr 9 13:44:35 2010 +0100

llvmpipe: fix merge glitches

commit 28f8b8683175149a381be5eff263d4c20568bce7
Author: Keith Whitwell <keithw@vmware.com>
Date: Fri Apr 9 13:41:39 2010 +0100

r300g: update after merge for pipe_resources

commit 248c93cbc066ba6e3fadd94c5fcf3bdbb373d8fd
Author: Keith Whitwell <keithw@vmware.com>
Date: Fri Apr 9 13:41:20 2010 +0100

st/mesa: fix old pipe_texture usages

commit a563b1c5c2cb57b3ef28a3654d9b477460d13ced
Author: Keith Whitwell <keithw@vmware.com>
Date: Fri Apr 9 13:40:56 2010 +0100

r300g: remove unused variable

commit 734500131d828c9dfd68c5fa26b3e6b07e086d2d
Author: Keith Whitwell <keithw@vmware.com>
Date: Fri Apr 9 13:40:36 2010 +0100

nv50: fix compiler warning

commit efd402e13037e5c3e29759fa5b1c754c6d65d0e2
Merge: fec8a1d 5452615
Author: Keith Whitwell <keithw@vmware.com>
Date: Fri Apr 9 13:33:57 2010 +0100

Merge commit 'origin/master' into gallium-resources

Conflicts:
src/gallium/drivers/cell/ppu/cell_screen.c
src/gallium/drivers/cell/ppu/cell_texture.c
src/gallium/drivers/llvmpipe/lp_screen.c
src/gallium/drivers/r300/r300_context.c
src/gallium/drivers/r300/r300_render.c
src/gallium/drivers/r300/r300_screen.c
src/gallium/drivers/r300/r300_state.c
src/gallium/drivers/r300/r300_texture.c
src/gallium/drivers/r300/r300_transfer.c
src/gallium/state_trackers/egl/common/egl_g3d.h
src/gallium/state_trackers/egl/kms/native_kms.c
src/gallium/state_trackers/egl/x11/native_dri2.c
src/gallium/state_trackers/egl/x11/native_ximage.c

commit fec8a1db13fac04ef56f6ece799d1f20aa3011db
Author: Marek Olšák <maraeo@gmail.com>
Date: Sat Apr 3 07:58:34 2010 +0200

util: fix assertion failures in pipe_buffer_flush_mapped_range

commit 1ff3984c2edce9927744f3cce3e7b07778990170
Author: Roland Scheidegger <sroland@vmware.com>
Date: Thu Apr 8 17:44:54 2010 +0200

docs: fix transfer_map description

commit 20bf14be8ac6438cb1afa38212e306fc06a5ed40
Author: Keith Whitwell <keithw@vmware.com>
Date: Thu Apr 8 14:39:13 2010 +0100

util: fix up several uses of pipe_map_buffer_range

This function used to return a pointer to where the start of the
actual buffer would have been, even though only the requested range is
being mapped.

In the resources change, the function was modified to use a transfer
internally, and started returning the pointer to the beginning of the
transfer, ie the mapped range.

Some users of the function were changed to reflect this new behaviour,
some were not. Since then the function has reverted to its original
behaviour, matching master.

This change restores some of the users of the map_buffer_range helper
to expect the old/original behaviour.

commit 33179a86058b68b518f40971030db337dc26fe6e
Author: Keith Whitwell <keithw@vmware.com>
Date: Thu Apr 8 14:38:54 2010 +0100

mesa/st: fix up several uses of pipe_map_buffer_range

This function used to return a pointer to where the start of the
actual buffer would have been, even though only the requested range is
being mapped.

In the resources change, the function was modified to use a transfer
internally, and started returning the pointer to the beginning of the
transfer, ie the mapped range.

Some users of the function were changed to reflect this new behaviour,
some were not. Since then the function has reverted to its original
behaviour, matching master.

This change restores some of the users of the map_buffer_range helper
to expect the old/original behaviour.

commit 3f5363d4dc9d7ad48467ae82d58d5f3d9bd10698
Author: Keith Whitwell <keithw@vmware.com>
Date: Wed Apr 7 17:26:52 2010 +0100

util: map_range and flush_range have offsets relative to start of buffer

commit 7eb1bfb97a790c73188d6b616d54fb3849e69b1e
Author: Keith Whitwell <keithw@vmware.com>
Date: Wed Apr 7 17:26:08 2010 +0100

nv50: fix compiler warning

commit d040daff0642dd791ac38e9b353dc251b03fc873
Author: Keith Whitwell <keithw@vmware.com>
Date: Wed Apr 7 17:25:58 2010 +0100

nvfx: fix compiler warning

commit 49ec01dffb8e99ab3ff8f856287db7b4df3efed6
Author: Chia-I Wu <olv@lunarg.com>
Date: Mon Apr 5 11:58:53 2010 +0800

mesa/es: Fixes for gallium-resources.

commit 47c87ada452be45766928a01b6d69da63e3a5f5e
Author: Marek Olšák <maraeo@gmail.com>
Date: Sat Apr 3 05:19:20 2010 +0200

r300g: fix transfers for textures created from winsys handles

commit 5f2701fddaef9c18d85c049311c2819c49cc1ae0
Author: Luca Barbieri <luca@luca-barbieri.com>
Date: Sat Apr 3 03:52:38 2010 +0200

nouveau: don't use the staging usage

Maybe it could make sense, but for now dynamic is enough.

None of these avoid uncached reads from GART on AGP cards.

commit 0db20fa49e008f35911007fa7ed9be1d678a2161
Author: Luca Barbieri <luca@luca-barbieri.com>
Date: Sat Apr 3 03:27:19 2010 +0200

i965: add brw_resource.c to Makefile

commit b94f3e7389cbd1b6465de3c04e8059ce73f1ea1f
Author: Luca Barbieri <luca@luca-barbieri.com>
Date: Sat Apr 3 01:48:33 2010 +0200

nouveau: fix for gallium-resources

commit a01ff99a19986e6beb7903431e60a074945b09bc
Author: Roland Scheidegger <sroland@vmware.com>
Date: Thu Apr 1 19:26:35 2010 +0200

gallium: fix missing includes

commit 26aeded562ce947a6deeb867fe22bf8daf7b1a1a
Author: Roland Scheidegger <sroland@vmware.com>
Date: Thu Apr 1 19:19:18 2010 +0200

gallium: remove video interface and related stuff

These interfaces weren't quite was needed, and building disabled for a while.
Some code actually build since some branch merge, and were now not fully
converted to gallium-resources.
See http://www.mail-archive.com/mesa3d-dev@lists.sourceforge.net/msg09619.html
for a discussion of this. Video related work is done in origin/pipe-video
branch.

commit c64285aea45997a276fb141d7badc8a04f617c7c
Author: Roland Scheidegger <sroland@vmware.com>
Date: Thu Apr 1 18:45:54 2010 +0200

python: fixes for resource changes

doesn't look quite ok yet, but sort of compiles.

commit 03d4d5a41f5cf158a358fd705c695e1c987a328f
Author: Roland Scheidegger <sroland@vmware.com>
Date: Thu Apr 1 18:34:46 2010 +0200

gallium: s/u_box_orgin_2d/u_box_origin_2d

commit 2444f023142bcaf7bd310b44794580f273254408
Author: Marek Olšák <maraeo@gmail.com>
Date: Thu Apr 1 03:26:50 2010 +0200

r300g: fix segfault when the transfers functions are used

Still broken.

commit 6f09bf4066ab651b323c131bb07978e700519805
Author: Roland Scheidegger <sroland@vmware.com>
Date: Thu Apr 1 00:05:12 2010 +0200

r300g: compile fixes

commit 76711ff40d2092f9ef03d452de7458c4e76d9246
Author: Roland Scheidegger <sroland@vmware.com>
Date: Thu Apr 1 00:04:47 2010 +0200

nvfx: more compile fixes

commit c5d2e90c9cc119447a447dc04a4bce4ab91fc671
Author: Roland Scheidegger <sroland@vmware.com>
Date: Wed Mar 31 23:18:50 2010 +0200

gallium: more mostly merge fallout fixes...

commit fbc3722696790857f4adc936190406e74dffd969
Merge: 86d9225 d97f696
Author: Roland Scheidegger <sroland@vmware.com>
Date: Wed Mar 31 22:09:35 2010 +0200

Merge commit 'origin/master' into gallium-resources

Conflicts:
src/gallium/drivers/cell/ppu/cell_screen.c
src/gallium/drivers/i915/i915_buffer.c
src/gallium/drivers/i915/i915_context.h
src/gallium/drivers/i915/i915_resource_texture.c
src/gallium/drivers/i915/i915_screen.c
src/gallium/drivers/i915/i915_state_emit.c
src/gallium/drivers/i965/brw_resource_texture.c
src/gallium/drivers/llvmpipe/lp_screen.c
src/gallium/drivers/llvmpipe/lp_setup.c
src/gallium/drivers/nvfx/nv30_fragtex.c
src/gallium/drivers/nvfx/nv40_fragtex.c
src/gallium/drivers/nvfx/nvfx_miptree.c
src/gallium/drivers/nvfx/nvfx_screen.c
src/gallium/drivers/nvfx/nvfx_transfer.c
src/gallium/drivers/r300/r300_state.c
src/gallium/drivers/svga/svga_screen_texture.c
src/gallium/state_trackers/dri/common/dri_drawable.c
src/gallium/state_trackers/dri/common/dri_screen.c
src/gallium/state_trackers/dri/common/dri_st_api.h
src/gallium/state_trackers/dri/drm/dri1.c
src/gallium/state_trackers/dri/drm/dri1.h
src/gallium/state_trackers/dri/drm/dri2.c
src/gallium/state_trackers/python/st_device.c
src/gallium/state_trackers/python/st_sample.c
src/mesa/state_tracker/st_cb_clear.c
src/mesa/state_tracker/st_cb_drawpixels.c
src/mesa/state_tracker/st_cb_readpixels.c
src/mesa/state_tracker/st_cb_texture.c
src/mesa/state_tracker/st_extensions.c

commit 86d9225d19d194eebbbe95b059695697c3307d15
Author: Roland Scheidegger <sroland@vmware.com>
Date: Wed Mar 31 19:06:06 2010 +0200

gallium: more fixes for bind changes

commit a215ef0606347e34669a580ec8df93ede7e46399
Author: Roland Scheidegger <sroland@vmware.com>
Date: Wed Mar 31 18:48:36 2010 +0200

gallium/docs: some updates for bind changes

commit c6c7e6746cbc7af59f7972719ed76f43e8ac16fc
Author: Roland Scheidegger <sroland@vmware.com>
Date: Tue Mar 30 20:24:26 2010 +0200

gallium: more bind change compile fixes

commit a83fa1504b78180524a5eb454ae186741a27cdf8
Author: Roland Scheidegger <sroland@vmware.com>
Date: Tue Mar 30 17:37:13 2010 +0200

compile fixes

commit 30dc8afcd243d6a160571bac5f06d773e54a4196
Author: Roland Scheidegger <sroland@vmware.com>
Date: Tue Mar 30 16:56:28 2010 +0200

fix some merge issues

commit 30aa617fee11fe50c0a9c2f33fcd120a474f5e34
Merge: 1dde609 3a830bc
Author: Roland Scheidegger <sroland@vmware.com>
Date: Tue Mar 30 16:09:45 2010 +0200

Merge commit 'origin/gallium-buffer-usage-cleanup' into gallium-resources

Conflicts:
src/gallium/drivers/nouveau/nouveau_screen.c
src/gallium/drivers/nvfx/nvfx_transfer.c
src/gallium/winsys/drm/radeon/core/radeon_drm_buffer.c

commit 1dde609ad6c9d2dfa0a5f7167f3c5bcf023b7c4d
Author: Roland Scheidegger <sroland@vmware.com>
Date: Wed Mar 24 02:35:00 2010 +0100

docs: some updates for pipe_resource

commit f236f9660d31b936f54b64ae07e569f8637067bd
Author: Luca Barbieri <luca@luca-barbieri.com>
Date: Wed Mar 24 01:31:28 2010 +0100

nvfx: fix for gallium-resources

It seems to work with basic applications but almost surely needs more work.

In particular, it probably shouldn't use PIPE_BUFFER_USAGE_* flags
and should use PIPE_TRANSFER_* in several places.

Also, we probably don't want the vtable indirect calls and that ought
to be replaced with something better instead.

commit 5a136ad7b63768cb9a753eff8686c44592e62325
Author: Luca Barbieri <luca@luca-barbieri.com>
Date: Wed Mar 24 01:31:19 2010 +0100

nv50: fix build in gallium-resources

Not actually tested.

Also needs next patch tee to actually build, this is just the nv50 part
split from the rest.

commit 3a830bc4a3f0f60c925b9434845a6bcad9a913c5
Author: Keith Whitwell <keithw@vmware.com>
Date: Tue Mar 23 14:00:52 2010 -0700

st/egl: fix up for binding flags

commit c6a80dc32ef17bc972d4137ce7444ebed4d28ebb
Author: Keith Whitwell <keithw@vmware.com>
Date: Tue Mar 23 13:52:15 2010 -0700

r300: restore 4k alignment for oqbo buffers

commit e75a8d5ea9e0ffcf67bc858e08937e10b4fc74ba
Author: Keith Whitwell <keithw@vmware.com>
Date: Tue Mar 23 13:00:07 2010 -0700

gallium: bind flags

commit 1f5b509543a7f399835fd9edf27c18e1643fab7d
Author: Roland Scheidegger <sroland@vmware.com>
Date: Tue Mar 23 19:32:21 2010 +0100

i965g: scons compile fixes

commit 2c385f8f905ec794d9119c05c6293e0b1b9b565a
Author: Roland Scheidegger <sroland@vmware.com>
Date: Tue Mar 23 19:20:33 2010 +0100

nouveau: drm compile fix

commit b285086ebd5132b47c340897c4622cc9fbd286cb
Author: Roland Scheidegger <sroland@vmware.com>
Date: Tue Mar 23 18:36:19 2010 +0100

r300g: pipe_resource compile fixes

bring back mistakenly deleted radeon_buffer.h
plus some more

commit 7810606f423ef2f51f0a14b919640c2fd2c931aa
Author: Michal Krol <michal@vmware.com>
Date: Tue Mar 23 16:21:03 2010 +0100

softpipe: Map GS constants, too.

commit 366f1176fb89d2b1978da6cfe60000b76bbc7338
Author: Roland Scheidegger <sroland@vmware.com>
Date: Tue Mar 23 15:51:52 2010 +0100

failover: update for pipe_resources

commit 615f44d70d293704ed821bc0b21fcfe6e363895d
Author: Roland Scheidegger <sroland@vmware.com>
Date: Tue Mar 23 15:51:02 2010 +0100

identity: remove double is_resource_reference assignment

commit 7008586020395905ddfff333d02b3893de369796
Author: Roland Scheidegger <sroland@vmware.com>
Date: Tue Mar 23 15:50:32 2010 +0100

trace: compile fix

commit 058c5697bda4c9cf7b49d26ee27a34586544efaa
Merge: dd7ba13 b33fd3c
Author: Keith Whitwell <keithw@vmware.com>
Date: Tue Mar 23 06:40:39 2010 -0700

Merge commit 'origin/gallium-resources' into gallium-buffer-usage-cleanup

Conflicts:
src/gallium/state_trackers/vega/api_filters.c
src/mesa/state_tracker/st_cb_drawpixels.c

commit b33fd3ce3daf2921a895367d0ed3fd9c718a8575
Author: Michal Krol <michal@vmware.com>
Date: Mon Mar 22 21:03:26 2010 +0100

gallium: Usage parameter of get_transfer/transfer_inline_write is a bitfield.

commit 9c1162d9d656062a490a529997def3f674cc61fc
Author: Michal Krol <michal@vmware.com>
Date: Mon Mar 22 20:50:49 2010 +0100

scons: Update file lists after gallium-resources changes.

commit af9793ab9e5386b150d6b25c0d1978fdc67172e4
Author: Michal Krol <michal@vmware.com>
Date: Mon Mar 22 20:04:39 2010 +0100

gallium: Do not use `template` for formal parameter names.

commit dc2e12d714c444af9ff1acdd5a7e91408b116c99
Author: Keith Whitwell <keithw@vmware.com>
Date: Sun Mar 21 22:41:34 2010 +0000

ws/nouveau: remove pipe_texture reference

commit b94c72329f1be85887d40d49b0586979da469d77
Author: Keith Whitwell <keithw@vmware.com>
Date: Sun Mar 21 22:40:41 2010 +0000

ws/xlib: remove pipe_buffer reference in comment

commit 0a2af3eeae7de1d1cb433f0a2c35136b115f9920
Author: Keith Whitwell <keithw@vmware.com>
Date: Sun Mar 21 22:39:34 2010 +0000

st/vega: clean up reference to pipe_texture

commit 437ce98daae46be5d532fbb04c7cbf4a503c1623
Author: Keith Whitwell <keithw@vmware.com>
Date: Sun Mar 21 22:39:02 2010 +0000

st/python: begin conversion to pipe_resources, much more to do

commit 1b02e1ee3e5e87774f0c9e5f0e1898b7f8de1b16
Author: Keith Whitwell <keithw@vmware.com>
Date: Sun Mar 21 22:29:34 2010 +0000

st/xorg: update for pipe_resources

commit eb39977fe7a1d9f0c3f4f2d4303a93c2c613cc3b
Author: Keith Whitwell <keithw@vmware.com>
Date: Sun Mar 21 22:23:51 2010 +0000

st/dri: update for pipe_resources

commit e447aeff597a4d8c0f5de25854c14c99f2cc138c
Author: Keith Whitwell <keithw@vmware.com>
Date: Sun Mar 21 22:23:36 2010 +0000

st/egl: update for pipe_resources

commit e4cc48da8fdbd7d521257a6d7cd10e6fc5aa1a65
Author: Keith Whitwell <keithw@vmware.com>
Date: Sun Mar 21 22:08:44 2010 +0000

r300: drop use of R300 DONT SYNC flag

commit 129a83ab4d32e44ded5faea3f86ae5e1e62cddb6
Author: Keith Whitwell <keithw@vmware.com>
Date: Sun Mar 21 22:08:17 2010 +0000

pipebuffer: use transfer flag

commit 575b35ee6b683d77095ef21c573c1de207107e79
Merge: f29ac73 9fc6c8b
Author: Keith Whitwell <keithw@vmware.com>
Date: Sun Mar 21 22:03:25 2010 +0000

Merge commit 'origin/master' into gallium-resources

Conflicts:
src/gallium/drivers/llvmpipe/lp_texture.c
src/gallium/drivers/r300/r300_context.c
src/gallium/drivers/r300/r300_texture.c
src/gallium/winsys/drm/radeon/core/radeon_buffer.h

commit f29ac73f3f626d5779a627b7fa6fecdb60a35aab
Author: Keith Whitwell <keithw@vmware.com>
Date: Sun Mar 21 18:37:25 2010 +0000

cell: attempt to convert to pipe_resources

Can't even compile test this driver.

commit 484b1947f4af81bab60b41f21c3c23ea6f67488c
Author: Keith Whitwell <keithw@vmware.com>
Date: Sun Mar 21 17:25:50 2010 +0000

nvfx: restore usage of pipe_winsys

The interface that cannot be killed...

commit ac76ac6eb30f4f9aa9f5733d60358b357925953a
Author: Keith Whitwell <keithw@vmware.com>
Date: Sun Mar 21 17:25:10 2010 +0000

nv50: fix warning

commit 9683f4423449fa5acf6c019c571223650473bd82
Author: Keith Whitwell <keithw@vmware.com>
Date: Sun Mar 21 17:14:31 2010 +0000

util: restore u_simple_screen, nouveau still relies on it

commit 961cbcb62232689c959965384c6aa9b8eca697c1
Author: Keith Whitwell <keithw@vmware.com>
Date: Sun Mar 21 16:51:54 2010 +0000

nouveau: convert nvfx and nv50 to pipe_resources

Compile tested only.

This was a deeper change than I was hoping for, due to the
layering of the pipe_texture implementation in each driver on
top of a shared pipe_buffer implementation in the shared code.

Have modified the shared code to act as a set of convenience
routines operating on nouveau_bo objects.

Each driver now uses the u_resource_vtbl technique to split the
implementation of pipe_resources between the existing miptree code
for textures and a new, minimal buffer implementation in each
driver.

Eventually these should be combined, not least because APIs are now
allowing things like binding buffer resources as textures and render
targets.

commit 18ba74016db13b23282f5033ee37b628a12ee566
Author: Keith Whitwell <keithw@vmware.com>
Date: Sun Mar 21 10:02:54 2010 +0000

r300: fix compilation after merge

Also build r300 by default.

commit eb9c0175c8e4baca3fcb0b8364f83ceba9d74e0d
Author: Keith Whitwell <keithw@vmware.com>
Date: Sun Mar 21 09:59:49 2010 +0000

st/vega: fix up after merge

commit ea8dd1d4ae7b58c9315c3491046ef3852ddd3377
Author: Keith Whitwell <keithw@vmware.com>
Date: Sun Mar 21 09:59:44 2010 +0000

aux: remove unused piperesource helpers

commit be7af29d3ad1a10409b0ea689d882cf30a4e1d62
Merge: d22c2c6 12deb9e
Author: Keith Whitwell <keithw@vmware.com>
Date: Sun Mar 21 09:54:53 2010 +0000

Merge commit 'origin/master' into gallium-resources

Conflicts:
src/gallium/auxiliary/cso_cache/cso_context.c
src/gallium/auxiliary/cso_cache/cso_context.h
src/gallium/drivers/r300/r300_context.c
src/gallium/drivers/r300/r300_render.c
src/gallium/drivers/r300/r300_state.c
src/gallium/drivers/r300/r300_state_derived.c
src/gallium/state_trackers/vega/api_filters.c
src/gallium/state_trackers/vega/image.c
src/gallium/state_trackers/vega/image.h
src/gallium/state_trackers/vega/mask.c
src/gallium/state_trackers/vega/mask.h
src/gallium/state_trackers/vega/paint.c
src/gallium/state_trackers/vega/paint.h
src/gallium/state_trackers/vega/renderer.c
src/gallium/state_trackers/vega/renderer.h
src/gallium/state_trackers/vega/shader.c
src/gallium/state_trackers/vega/vg_context.h
src/gallium/state_trackers/vega/vg_tracker.c
src/mesa/state_tracker/st_manager.c

commit d22c2c6cb23a063e3334a165d0c5c3d73f05d234
Author: Keith Whitwell <keithw@vmware.com>
Date: Sat Mar 20 11:48:54 2010 +0000

drm/r300: update for r300g pipe_resources conversion

Remove old files that related to pipe_buffers but weren't being
built. Hopefully this is correct.

commit f07b2c836958bee5796899123eca4ed05ac6242b
Author: Keith Whitwell <keithw@vmware.com>
Date: Sat Mar 20 11:47:03 2010 +0000

r300: convert to pipe_resources

Do a very shallow conversion - basically keeping the existing
buffer and texture code intact and using a vtbl struct
inside our resource struct to select between the two implementations.

The buffer and texture treatments could be further merged without
much effort, but try to keep the existing code working at this point.

commit feca9c3ca62daaf0d8745370106d4e3b22340c49
Author: Keith Whitwell <keithw@vmware.com>
Date: Thu Mar 18 06:00:34 2010 +0000

gallium: update new merges to pipe_resource

commit 1cad983eac77a0c5333e6a3ce92b90ac87407714
Author: Keith Whitwell <keithw@vmware.com>
Date: Thu Mar 18 06:00:19 2010 +0000

drm/sw: update new merges to pipe_resource

commit 191d39490ed792c569f98d42cf05891b264f71f8
Author: Keith Whitwell <keithw@vmware.com>
Date: Thu Mar 18 06:00:01 2010 +0000

vg: update new merges to pipe_resource

commit b727c59bc44812ad503d9390505c92b738a5b8b0
Author: Keith Whitwell <keithw@vmware.com>
Date: Thu Mar 18 05:59:38 2010 +0000

llvmpipe: update new merges to pipe_resource

commit 5f4b64b37fdcd70162c382b2ebbd494bef751dbd
Author: Keith Whitwell <keithw@vmware.com>
Date: Thu Mar 18 05:59:23 2010 +0000

brw: pipe_resource fixes

commit d4aca209f531f1b65bf706ce1e5fc0375b587eb6
Author: Keith Whitwell <keithw@vmware.com>
Date: Thu Mar 18 05:59:06 2010 +0000

util: update new merges to pipe_resource

commit cf6bef0afee10763c78509a3d17e9a6e49bcd3c8
Merge: 1997231 6de8e56
Author: Keith Whitwell <keithw@vmware.com>
Date: Thu Mar 18 05:38:50 2010 +0000

Merge commit 'origin/master' into gallium-resources

commit 1997231916144485c3c4a36f53eda39fce460272
Merge: ad88ac7 e1ee3ea
Author: Keith Whitwell <keithw@vmware.com>
Date: Wed Mar 17 08:46:38 2010 +0000

Merge commit 'origin/master' into gallium-resources

Conflicts:
src/gallium/auxiliary/Makefile
src/gallium/auxiliary/util/u_blit.c
src/gallium/auxiliary/util/u_blit.h
src/gallium/auxiliary/util/u_gen_mipmap.c
src/gallium/auxiliary/util/u_gen_mipmap.h
src/mesa/state_tracker/st_cb_texture.c
src/mesa/state_tracker/st_gen_mipmap.c

commit ad88ac79034a91670940276e722bdd398d5c9023
Merge: 77bc770 8cdfd12
Author: Keith Whitwell <keithw@vmware.com>
Date: Tue Mar 16 09:13:07 2010 +0000

Merge branch 'gallium-sampler-view' into gallium-resources

Conflicts:
src/gallium/auxiliary/cso_cache/cso_context.c
src/gallium/auxiliary/util/u_blit.c
src/gallium/drivers/llvmpipe/lp_texture.c
src/gallium/drivers/softpipe/sp_texture.c
src/mesa/state_tracker/st_cb_fbo.c
src/mesa/state_tracker/st_framebuffer.c
src/mesa/state_tracker/st_texture.c

commit 77bc770c991ea025c82eaa4e0e2390efd825d96d
Author: Keith Whitwell <keithw@vmware.com>
Date: Mon Mar 15 22:21:48 2010 +0000

util: missing file

commit f83c91db8ae63a3c3a34ff21492427a5663fb760
Merge: c1d4774 42910eb
Author: Keith Whitwell <keithw@vmware.com>
Date: Mon Mar 15 09:48:58 2010 +0000

Merge commit 'origin/gallium-sampler-view' into gallium-resources

Conflicts:
src/gallium/drivers/nv40/nv40_transfer.c
src/gallium/drivers/nvfx/nvfx_transfer.c
src/gallium/drivers/trace/tr_drm.c

commit dd7ba1378fc50710667724d30d6d4cf1125ad61e
Author: Keith Whitwell <keithw@vmware.com>
Date: Sun Mar 14 23:54:36 2010 +0000

gallium: start a cleanup of buffer_usage

Remove fairly meaningless CPU/GPU READ/WRITE flags and
replace with proper usages.

commit c1d4774187189f4af8ff421b210824f3d53ceefb
Author: Keith Whitwell <keithw@vmware.com>
Date: Sun Mar 14 23:05:45 2010 +0000

llvmpipe: don't FREE userbuffer data

commit 9bfa07afe179f8060e7beefb754a29c4d9c6e349
Merge: 65757a1 08cddfe
Author: Keith Whitwell <keithw@vmware.com>
Date: Sun Mar 14 22:54:51 2010 +0000

Merge commit 'origin/master' into gallium-resources

Conflicts:
src/gallium/drivers/llvmpipe/lp_rast.c
src/gallium/drivers/llvmpipe/lp_scene.c
src/gallium/drivers/llvmpipe/lp_texture.c
src/gallium/drivers/llvmpipe/lp_texture.h
src/gallium/drivers/softpipe/sp_texture.c
src/gallium/drivers/svga/svga_screen_texture.c

commit 65757a143f8e3fcd7afbc1ff92db44a823edf46c
Author: Keith Whitwell <keithw@vmware.com>
Date: Sun Mar 14 22:41:17 2010 +0000

svga: build fixes

commit 2f5435220501d4b3050cab2bb1dce6174cd13ff6
Author: Keith Whitwell <keithw@vmware.com>
Date: Sun Mar 14 22:39:25 2010 +0000

gallivm: build fix

commit 42642ec0984107d82b740711f2debbf38457a06e
Author: Keith Whitwell <keithw@vmware.com>
Date: Sun Mar 14 22:38:33 2010 +0000

llvmpipe: convert to pipe_resources

commit 7bbcb21e20cb545ef8dd5fc61d67ed931c69e813
Author: Keith Whitwell <keithw@vmware.com>
Date: Sun Mar 14 22:19:30 2010 +0000

gallivm: convert to pipe_resources

commit 88ae0d04610ca52649b42e32141a52af6d5a739b
Author: Keith Whitwell <keithw@vmware.com>
Date: Sun Mar 14 21:01:22 2010 +0000

configs: build svga

commit 0e112bc69828e65085ebfaef895ecd78fe53f1c4
Author: Keith Whitwell <keithw@vmware.com>
Date: Sun Mar 14 21:01:17 2010 +0000

gallium: restore PIPE_BUFFER_USAGE_CUSTOM

commit 102aca688b95c976b7178b84092fba7d041ff9d2
Author: Keith Whitwell <keithw@vmware.com>
Date: Sun Mar 14 21:00:41 2010 +0000

util: more transfer helpers

commit a79f6a4a0836fc64c07f9aeec21d914474fe3649
Author: Keith Whitwell <keithw@vmware.com>
Date: Sun Mar 14 20:59:36 2010 +0000

svga: convert to use pipe_resrource

As with others so far, a fairly shallow conversion.

commit 087fb54492fa5e3baf040c5efbf7dacd98a8849b
Author: Keith Whitwell <keithw@vmware.com>
Date: Sun Mar 14 18:38:08 2010 +0000

brw: fix function name

commit cfc9dd707d16e06fd23b6926da3a6e2269f31dc8
Author: Keith Whitwell <keithw@vmware.com>
Date: Sun Mar 14 18:19:06 2010 +0000

gallium: enable brw compile

commit 8a5b86d76bdd3c7de63322423f59940a4dc2ee25
Author: Keith Whitwell <keithw@vmware.com>
Date: Sun Mar 14 18:18:50 2010 +0000

brw: compiles with pipe_resource

commit 563ca458b548c41ca4dca559354c16ca1a80d009
Author: Keith Whitwell <keithw@vmware.com>
Date: Sun Mar 14 18:18:42 2010 +0000

i915: hook up userbuffer create

commit b5095b48247b6020e36cc942ac145c3fccbe9a19
Author: Keith Whitwell <keithw@vmware.com>
Date: Sun Mar 14 17:20:51 2010 +0000

i915: use helpers for is_resource_referenced

commit d5392bdc6d70002acf9c5bac0fde14ba405c4d84
Author: Keith Whitwell <keithw@vmware.com>
Date: Sun Mar 14 17:20:38 2010 +0000

util: helpers for is_resource_referenced

commit 2f3492a5aefbb2e745f6700d8e910ebb5cbb98cf
Author: Keith Whitwell <keithw@vmware.com>
Date: Sun Mar 14 17:08:50 2010 +0000

i915: remove buffer.c again

commit 1373a35b65fcc25ec6cdfea2703bbb3417de2c6d
Author: Keith Whitwell <keithw@vmware.com>
Date: Sun Mar 14 17:08:34 2010 +0000

i915: add new files to scons

commit 0251612d70e57fe38e10e75915b394631d224f2c
Author: Keith Whitwell <keithw@vmware.com>
Date: Sun Mar 14 16:38:29 2010 +0000

i915: compiling with pipe_resources

commit 9a0235864252929a8eedd44dbd2fe30fe54c531d
Author: Keith Whitwell <keithw@vmware.com>
Date: Sun Mar 14 13:51:16 2010 +0000

gallium: remove inline_read transfer

commit a6ba315e25793e0c228d3a4ae2f8201634dc9ff0
Author: Keith Whitwell <keithw@vmware.com>
Date: Sun Mar 14 13:50:32 2010 +0000

trace: get running

Some dumping will be incorrect or disabled, but it runs without
crashing

commit 2133f1d90aa919662a8420a0cf3b4557e6ec1afd
Author: Keith Whitwell <keithw@vmware.com>
Date: Sun Mar 14 13:49:42 2010 +0000

gallium: remove the inline_read transfer

There aren't enough users of this to justify it.

commit bccaf1fa30881f6b4fb189a9b74fc7af79c3b481
Author: Keith Whitwell <keithw@vmware.com>
Date: Sun Mar 14 12:30:37 2010 +0000

identity: hook up inline transfer operations

commit e4c152a344f2f53c842b810724a2ae7cb4554f58
Author: Keith Whitwell <keithw@vmware.com>
Date: Sun Mar 14 12:21:54 2010 +0000

gallium: build trace and identity

commit 0b5a311db78852fa9fd021e17b5968a1e0436b49
Author: Keith Whitwell <keithw@vmware.com>
Date: Sun Mar 14 12:21:36 2010 +0000

gallium: add more of the transfer state to pipe_transfer

Not really sure if recording all the arguments to the
create_{transfer,texture,surface,etc} functions in the result of those
calls is a great idea, but it seems we're fairly dependent on it
throughout the code.

commit a23985c26eafe76b0a7dacc892e50cb589f211fe
Author: Keith Whitwell <keithw@vmware.com>
Date: Sun Mar 14 12:19:46 2010 +0000

identity: compiles with pipe_resources

commit d0d630944304c208f6dade6ef8836763ee2bc7b4
Author: Keith Whitwell <keithw@vmware.com>
Date: Sun Mar 14 12:13:02 2010 +0000

trace: compiles with pipe_resources

commit a4451ea459cc8bfc915fe6aed2891b90854b6c9d
Author: Keith Whitwell <keithw@vmware.com>
Date: Sun Mar 14 11:39:50 2010 +0000

softpipe: give userbuffers a format other than NONE

Most mesa demos working

commit 32bb1bd4ba29884a4ecfa11c8441d33dfceabcef
Author: Keith Whitwell <keithw@vmware.com>
Date: Sun Mar 14 11:39:21 2010 +0000

util: correct argument order in pipe_buffer_map

commit 7e2696c06445282feb781047277b260308760a33
Author: Keith Whitwell <keithw@vmware.com>
Date: Sun Mar 14 11:32:55 2010 +0000

softpipe: transfer flush

commit a0543b13c042e3c1142522d9d136f16fd4cabf78
Author: Keith Whitwell <keithw@vmware.com>
Date: Sun Mar 14 11:32:13 2010 +0000

util: noop implementation of transfer_flush_region

commit ce418533be752dbeb164e7ff82a99483048e482b
Author: Keith Whitwell <keithw@vmware.com>
Date: Sun Mar 14 11:26:07 2010 +0000

gallium: softpipe runs gears with pipe_resources

commit bfda4f2eb34498e4b7f3c608d30fccff6bb9651b
Author: Keith Whitwell <keithw@vmware.com>
Date: Sun Mar 14 11:25:48 2010 +0000

util: get clip_tile working again

commit f5ef219c3bed62b6a0da842e675fae16268e0fbe
Author: Keith Whitwell <keithw@vmware.com>
Date: Sun Mar 14 09:43:20 2010 +0000

softpipe: use u_transfer helpers

commit 072957aab25affecf0702e925310e46c694a5ee4
Author: Keith Whitwell <keithw@vmware.com>
Date: Sun Mar 14 09:42:46 2010 +0000

util: helpers for inline transfers

commit 9c45561fb0d7a52400093bcb2ce5f727fafd7777
Author: Keith Whitwell <keithw@vmware.com>
Date: Sun Mar 14 09:42:25 2010 +0000

util: fix typo calculating transfer box

commit f3e98fd47f36804d019a684d49ff230df3ab0cf5
Author: Keith Whitwell <keithw@vmware.com>
Date: Sun Mar 14 09:25:46 2010 +0000

st/vega: convert to pipe_resource

commit d1b7b00afc944f6499c83d676c7642115d62a62c
Author: Keith Whitwell <keithw@vmware.com>
Date: Sun Mar 14 08:37:56 2010 +0000

gallium: begin converting drivers to pipe_resource

Work in progress...

commit 51c25117f5d6da1926a2be5ecc66677952a8abf0
Author: Keith Whitwell <keithw@vmware.com>
Date: Sat Mar 13 20:16:27 2010 +0000

gallium: work in progress on layering resources on top of old textures

Helper code in an aux module to avoid rewriting all the drivers.

commit fb6764d3ce95c55aa78af2f1c8cbb17b79ce1ba2
Author: Keith Whitwell <keithw@vmware.com>
Date: Sat Mar 13 19:19:09 2010 +0000

heaps of wip

commit ee6b3bc730fcdaf8da3646d62f04578ec06d36a1
Author: Keith Whitwell <keithw@vmware.com>
Date: Sat Mar 13 16:38:02 2010 +0000

wip2

commit 1830880212445189fe267d615075239ed17c7cc0
Merge: 90b4045 47bfbd4
Author: Keith Whitwell <keithw@vmware.com>
Date: Sat Mar 13 15:14:03 2010 +0000

Merge branch 'gallium-sampler-view' into gallium-resources

Conflicts:
src/gallium/include/pipe/p_context.h
src/mesa/state_tracker/st_atom_texture.c
src/mesa/state_tracker/st_cb_bitmap.c
src/mesa/state_tracker/st_cb_drawpixels.c
src/mesa/state_tracker/st_cb_texture.c
src/mesa/state_tracker/st_context.c
src/mesa/state_tracker/st_context.h
src/mesa/state_tracker/st_texture.h

commit 90b4045fbc0a093fcd04efba7e045ec259c490b8
Author: Keith Whitwell <keithw@vmware.com>
Date: Sat Mar 13 14:52:43 2010 +0000

wip
/external/mesa3d/src/gallium/drivers/r300/r300_screen.c
d2cf1e85c88890b60fdfa1b0236a90bb6916d267 09-Apr-2010 Corbin Simpson <MostAwesomeDude@gmail.com> r300g: Fill out dummy fence functions.

xorg st needs them.
/external/mesa3d/src/gallium/drivers/r300/r300_screen.c
bba6957da3a8832f8514f1bc4e26b36ed89a6172 05-Apr-2010 Marek Olšák <maraeo@gmail.com> r300g: enable OpenGL 2.1 on r3xx-r4xx chipsets
/external/mesa3d/src/gallium/drivers/r300/r300_screen.c
b71bfc4400e1d7c15a2bebbbd3b26a8770fbf546 05-Apr-2010 Marek Olšák <maraeo@gmail.com> r300g: simplify accessing screen from context
/external/mesa3d/src/gallium/drivers/r300/r300_screen.c
d2686cdb2354b7cfe0e4eac3c5afab40cb947e0f 05-Apr-2010 Marek Olšák <maraeo@gmail.com> r300g: raise the number of texture units to 16 for all supported chipsets

As per Radeon 9700 Opengl Programming and Optimization Guide [1], there are
16 texture units even on the first r300 chipsets. If you think I am wrong,
feel free to propose a patch.

[1] Here's PDF: http://people.freedesktop.org/~mareko/
/external/mesa3d/src/gallium/drivers/r300/r300_screen.c
3252651fb291d7e6e4af5fed8ab461f603574cd6 01-Apr-2010 Marek Olšák <maraeo@gmail.com> r300g: add RGTC texture support

The CS checker already knows about this.
/external/mesa3d/src/gallium/drivers/r300/r300_screen.c
6fb364a1717858d8201b2caf234076ce5d4832ac 30-Mar-2010 Roland Scheidegger <sroland@vmware.com> gallium: adapt all code to the renamed depth/stencil formats
/external/mesa3d/src/gallium/drivers/r300/r300_screen.c
4b8d3480764daf45cbbc03d76cd8b7c81937f532 27-Mar-2010 Marek Olšák <maraeo@gmail.com> r300g: print errors even on non-debug builds

We really need to get these into bug reports.
/external/mesa3d/src/gallium/drivers/r300/r300_screen.c
8bf9842fac00369b5cd3a82fb4d87db0e31848b8 21-Mar-2010 Marek Olšák <maraeo@gmail.com> r300g: fix scons build
/external/mesa3d/src/gallium/drivers/r300/r300_screen.c
68e58a96e80865878e6881dc4d34fcc3ec24eb19 12-Feb-2010 Dave Airlie <airlied@redhat.com> r300g: rebuild screen/winsys interface

This creates a cleaner winsys and drop the simple screen stuff.

It makes r300g use pb_bufmgr structs.

It also tries to avoid overheads from mapping too often.

v5: clean warnings

v6: break out of cache check on first buffer - since most likely
the first busy one implies all after it are busy.

v7: cleanup a bit

v8-merged: drop cman for now to just get all the interface changes in first.
rework to changes that happened upstream

Signed-off-by: Dave Airlie <airlied@redhat.com>
/external/mesa3d/src/gallium/drivers/r300/r300_screen.c
883aa5974bcf31f19294cb40b0c4df43bb550820 15-Mar-2010 Vinson Lee <vlee@vmware.com> r300g: Remove unnecessary headers.
/external/mesa3d/src/gallium/drivers/r300/r300_screen.c
d35ecca5ee231c072687578642e0c22c6c0590b1 11-Mar-2010 Keith Whitwell <keithw@vmware.com> gallium: remove pipe_context member from pipe_transfer

There was very little use for this beyond permitting the
pipe_context::tex_transfer_destroy() function to omit the pipe_context
argument.

This change adds the pipe_context argument into tex_transfer_destroy()
so that it looks like other pipe_context functions, and removes the
pipe_context pointer from pipe_transfer.
/external/mesa3d/src/gallium/drivers/r300/r300_screen.c
b43c182f19c6291c88420fa12714f952c2b461fb 11-Mar-2010 Keith Whitwell <keithw@vmware.com> Squashed commit of gallium-context-transfers:

commit 7a2ee04629681e59ea147b440856c4f9a33ae9f8
Author: Keith Whitwell <keithw@vmware.com>
Date: Thu Mar 11 14:19:17 2010 +0000

nv: convert to context transfers

commit 188a3f5331c8e5966729fd59d02975afb7324adc
Author: Keith Whitwell <keithw@vmware.com>
Date: Thu Mar 11 14:11:10 2010 +0000

nouveau: remove unused variable

commit 5c8e880ab4dc020358c08728b8adb1637d2dc5bc
Author: Keith Whitwell <keithw@vmware.com>
Date: Thu Mar 11 12:31:21 2010 +0000

mesa/st: fix compilation after merge

commit c552595333f860c2a4807e195596acdf5d6a5ef8
Author: Keith Whitwell <keithw@vmware.com>
Date: Thu Mar 11 12:31:06 2010 +0000

util: fix compilation after merge

commit e80836878a3617b0e350d2a8f92311832a1476cb
Author: Keith Whitwell <keithw@vmware.com>
Date: Thu Mar 11 12:30:47 2010 +0000

r300g: fix compilation after merge

commit 0e4883e9511b9db4e75a4dbc78d7bb970badc15d
Author: Keith Whitwell <keithw@vmware.com>
Date: Thu Mar 11 12:18:45 2010 +0000

i965g: fix incorrect merge

commit 17d74133d8168eebf93bf1390de79930fc8da231
Merge: cb81c79 aa311ae
Author: Keith Whitwell <keithw@vmware.com>
Date: Thu Mar 11 12:08:32 2010 +0000

Merge commit 'origin/master' into gallium-context-transfers

Conflicts:
src/gallium/drivers/i965/brw_screen_texture.c
src/gallium/drivers/r300/r300_screen.c
src/gallium/drivers/softpipe/sp_texture.c
src/gallium/drivers/svga/svga_screen_texture.c
src/gallium/state_trackers/egl/x11/native_ximage.c

commit cb81c79098bc3a92a4d2a3dcc0edc972dfb407be
Author: Keith Whitwell <keithw@vmware.com>
Date: Tue Mar 2 16:04:01 2010 +0000

egl/x11: hack for context transfers

There is a better approach to this in the winsys-handle branch, but
for now avoid using transfers at all by always allocating our own
backing store directly.

commit f44a24e1d4ad7563f3eedd6b3a5688f53a36265c
Author: Keith Whitwell <keithw@vmware.com>
Date: Tue Mar 2 16:03:16 2010 +0000

llvmpipe: context transfers

commit 4d7475ef8104b3b478c7c6ce77cd3506c57e25d1
Author: Keith Whitwell <keithw@vmware.com>
Date: Tue Mar 2 16:02:50 2010 +0000

llvmpipe: disable testprogs build

Not working.

commit a9bf98c4d36bd92a76f81e83747eb9b8f0a0515f
Merge: ee0f97e 0c616da
Author: Keith Whitwell <keithw@vmware.com>
Date: Tue Mar 2 15:28:25 2010 +0000

Merge commit 'origin/master' into gallium-context-transfers

Conflicts:
src/mesa/state_tracker/st_cb_accum.c
src/mesa/state_tracker/st_cb_bitmap.c

commit ee0f97e8d9fd5ef57211a8e1268f505c9829e246
Merge: a7f078e 828f545
Author: Keith Whitwell <keithw@vmware.com>
Date: Fri Feb 19 13:00:29 2010 +0000

Merge commit 'origin/master' into gallium-context-transfers

Conflicts:
src/gallium/auxiliary/util/u_debug.h
src/gallium/drivers/i915/i915_context.h
src/gallium/drivers/llvmpipe/lp_flush.c
src/gallium/drivers/nv30/nv30_screen.h
src/gallium/drivers/nv40/nv40_context.h
src/gallium/drivers/nv40/nv40_screen.h
src/gallium/drivers/nv50/nv50_context.h
src/gallium/drivers/r300/r300_screen.c
src/gallium/drivers/r300/r300_winsys.h
src/gallium/drivers/softpipe/sp_context.c
src/gallium/drivers/trace/tr_context.c
src/gallium/state_trackers/dri/dri_context.c
src/gallium/state_trackers/egl/common/egl_g3d.c
src/gallium/state_trackers/python/st_device.c
src/gallium/winsys/drm/radeon/core/radeon_drm.c

commit a7f078e16d851b53ef316066dcced46eb39ebe24
Author: Keith Whitwell <keithw@vmware.com>
Date: Fri Feb 5 14:16:11 2010 +0000

gallium: move texture transfers to pipe_context

commit 7b2ffc2019d72e833afea7eebf3e80121187375d
Merge: 51e190e c036d13
Author: Keith Whitwell <keithw@vmware.com>
Date: Fri Feb 5 09:55:02 2010 +0000

Merge commit 'origin/master' into gallium-screen-context

Conflicts:
src/gallium/winsys/drm/nouveau/drm/nouveau_drm_api.c

This branch has got a pretty tortured history now, I expect
a squash merge will be appropriate when it is done.

commit 51e190e95acf120f72768fafb29e9721e358df1b
Author: Keith Whitwell <keithw@vmware.com>
Date: Thu Feb 4 17:58:02 2010 +0000

gallium: fix some build issues

commit f524bdaa723fb181637ad30c6ad708aeedabe25b
Merge: f906212 3aba0a2
Author: Keith Whitwell <keithw@vmware.com>
Date: Thu Feb 4 17:51:32 2010 +0000

Merge commit 'origin/master' into gallium-screen-context

commit f9062126883199eabf045714c717cd35f4b7b313
Author: Keith Whitwell <keithw@vmware.com>
Date: Thu Feb 4 17:17:12 2010 +0000

gallium/docs: small description of screen::create_context

commit efcb37bd3d5ed37f06c6105bd2d750b374ec0927
Author: Keith Whitwell <keithw@vmware.com>
Date: Thu Feb 4 16:42:42 2010 +0000

drm/radeon: more dead create_context wrapper removal

commit 6badc0dd9e06cf2ec936940bcf12b9ef5324b301
Author: Keith Whitwell <keithw@vmware.com>
Date: Thu Feb 4 16:42:30 2010 +0000

drm/i965: more dead create_context wrapper removal

commit cf04ebd5a54b18b2d894cfdab2b0f2fd55626ffc
Author: Keith Whitwell <keithw@vmware.com>
Date: Thu Feb 4 16:42:05 2010 +0000

st/python: more dead create_context wrapper removal

commit 444f114c3516abf71c430e6e9d0d2ae3b80679d3
Author: Keith Whitwell <keithw@vmware.com>
Date: Thu Feb 4 16:37:58 2010 +0000

idenity: wrapped context creation

commit 5a6d09cb9e468d1ee6c8d54b887618819d8d94f2
Author: Keith Whitwell <keithw@vmware.com>
Date: Thu Feb 4 16:28:47 2010 +0000

ws/gdi: remove dead context_create wrapper

commit 132b55f4bec39386ac625f09aaa11f609664024c
Author: Keith Whitwell <keithw@vmware.com>
Date: Thu Feb 4 16:27:52 2010 +0000

ws/gdi: remove dead context_create wrapper

commit 56d2d21a0cdcb197a364049d354c2f15a4fc026a
Author: Keith Whitwell <keithw@vmware.com>
Date: Thu Feb 4 16:25:38 2010 +0000

st/xorg: use screen::context_create

commit 838c5cfe56b2af6c644909bed3c5e7cdd64c336a
Author: Keith Whitwell <keithw@vmware.com>
Date: Thu Feb 4 16:23:20 2010 +0000

glx/xlib: simplify creation of trace-wrapped contexts

Trace screen knows how to properly wrap context creation in the
wrapped screen, so nothing special to do here.

commit c99404c03ebaec4175f08a2f363e43c9085f2635
Author: Keith Whitwell <keithw@vmware.com>
Date: Thu Feb 4 16:18:24 2010 +0000

st/python: no need to special case context creation for trace

commit 193a527a682b6877bb1faecd8092df4dfd055a18
Author: Keith Whitwell <keithw@vmware.com>
Date: Thu Feb 4 16:15:30 2010 +0000

drm/radeon: remove dead create_context declaration

commit bb984eecc25cf23bc77e1c818b81165ba1a07c9a
Author: Keith Whitwell <keithw@vmware.com>
Date: Thu Feb 4 16:14:58 2010 +0000

nv/drm: remove dead create_context ref

commit e809313a44287dc4e16c28e9e74ef3b2b5271aa1
Author: Keith Whitwell <keithw@vmware.com>
Date: Thu Feb 4 16:12:51 2010 +0000

st/egl: remove a layer of wrappers around screen::create_context

commit 39caa6672a04122f185c22e17aab86d1c40938bf
Author: Keith Whitwell <keithw@vmware.com>
Date: Thu Feb 4 16:05:28 2010 +0000

r300g: fill in screen::context_create

commit 407f12556d16ba0656774d8a1d9ebda22f82f473
Author: Keith Whitwell <keithw@vmware.com>
Date: Thu Feb 4 16:04:04 2010 +0000

cell: adapt for screen::create_context, untested

commit d02b0c6ce321a04c76fdabb09e0e4380ce1c1376
Author: Keith Whitwell <keithw@vmware.com>
Date: Thu Feb 4 15:50:24 2010 +0000

drm/nv: adapt for screen::create_context

All contexts now created directly through the screen, so remove
equivalent code here.

Remove apparently un-needed array of contexts in the winsys.

commit 53eec5b1349aa1b6892a75a7bff7e7530957aeae
Author: Keith Whitwell <keithw@vmware.com>
Date: Thu Feb 4 15:50:08 2010 +0000

stw: adapt for screen::create_context, untested

commit c6a64de3eb381bc9a88e9fbdecbf87d77925aaf5
Author: Keith Whitwell <keithw@vmware.com>
Date: Thu Feb 4 15:49:20 2010 +0000

trace: expose the wrapped context's priv data

If we are going to keep this priv idea, really want an accessor
function for it so that trace and other drivers can wrap that.

commit 75d6104e11d86ec2b0749627ed58e35f856ee6eb
Author: Keith Whitwell <keithw@vmware.com>
Date: Thu Feb 4 15:47:55 2010 +0000

nv30: adapt to screen::context_create

commit 12f5deb6ed9723e9b5d34577052b8365813ca14e
Author: Keith Whitwell <keithw@vmware.com>
Date: Thu Feb 4 15:44:47 2010 +0000

nv40: adapt to screen::context_create

commit 14baccaa3b6bbb3b91056126f6521828e786dc62
Author: Keith Whitwell <keithw@vmware.com>
Date: Thu Feb 4 15:35:27 2010 +0000

nv50: adapt to screen::create_context

Not build tested. Need to figure out how to build nouveau.

commit a0e94505ccd2d7f3e604465a2ac302f1286b73b6
Author: Keith Whitwell <keithw@vmware.com>
Date: Thu Feb 4 15:22:27 2010 +0000

llvmpipe: update for screen::create_context, untested

commit 0eae17107c950346030e4f7e0ec232f868d3893d
Author: Keith Whitwell <keithw@vmware.com>
Date: Thu Feb 4 15:16:57 2010 +0000

xlib/llvmpipe: remove dead winsys context creation path

commit 2f69f9ffaa7e2a01d2483277246ed13051ae4ca3
Author: Keith Whitwell <keithw@vmware.com>
Date: Thu Feb 4 14:58:27 2010 +0000

gallium: convert most code to use screen::create_context

I wish I could build all of gallium at once to find breakages.

commit d7b57f4061b82322cbcae176125913d9f0dea6c1
Author: Keith Whitwell <keithw@vmware.com>
Date: Thu Feb 4 12:46:21 2010 +0000

glx: permit building with older protocol headers

I'd like to be able to build mesa on current distro releases without
having to upgrade from the standard dri2proto and glproto headers. With
this change I'm able to build on ancient releases such as Ubuntu 9-10...

In general, it would be nice to be able to build-test mesa to check for
unintended breakages without having to follow the external dependencies
of every group working on the codebase.

commit 57adedd6fb06c98572ed8d4aef19203df4c4eea2
Merge: da71847 e1906ae
Author: Keith Whitwell <keithw@vmware.com>
Date: Thu Feb 4 11:38:15 2010 +0000

Merge commit 'origin/master' into gallium-screen-context

Conflicts:
src/gallium/drivers/softpipe/sp_video_context.h
src/gallium/drivers/trace/tr_context.c
src/gallium/state_trackers/wgl/shared/stw_context.c
src/gallium/winsys/gdi/gdi_softpipe_winsys.c

commit da71847ea6414d7e352c6094f8963bb4eda344dc
Author: José Fonseca <jfonseca@vmware.com>
Date: Sat May 2 08:57:39 2009 +0100

wgl: Use pipe_screen::context_create.

commit 2595a188f93fd903600ef5d8517737ee0592035d
Author: José Fonseca <jfonseca@vmware.com>
Date: Sat May 2 08:56:47 2009 +0100

trace: Implement pipe_screen::context_create.

commit f3640e4ae37a5260cbfba999d079f827de0a313a
Author: José Fonseca <jfonseca@vmware.com>
Date: Sat May 2 08:56:17 2009 +0100

softpipe: Implement pipe_screen::context_create.

commit 347266bddc8bd39c711bacb2193793759d0f3696
Author: José Fonseca <jfonseca@vmware.com>
Date: Sat May 2 08:55:31 2009 +0100

gallium: New pipe_screen::context_create callback.
/external/mesa3d/src/gallium/drivers/r300/r300_screen.c
3ca933623cf0fd3b025ab7d1b37d3fd01c854807 08-Mar-2010 Keith Whitwell <keithw@vmware.com> Merge commit 'origin/gallium-winsys-handle-rebased'
4012219f1f215cec9406be644b6b9d421bb5d8e4 06-Feb-2010 Marek Olšák <maraeo@gmail.com> r300g: move r300_transfer to separate files
/external/mesa3d/src/gallium/drivers/r300/r300_screen.c
b5cfa6f1966557106a7033b2c80769d64c72ce4c 01-Mar-2010 José Fonseca <jfonseca@vmware.com> r300: Rename pipe formats.
/external/mesa3d/src/gallium/drivers/r300/r300_screen.c
3f37f23d17734e8a49809859df58354ed9c00a2d 17-Feb-2010 Jakob Bornecrantz <jakob@vmware.com> gallium: Reorg texture usage flags

Introduce a new shared usage and rename primary to scanout.
The display target usage is more of a windows concept and
doesn't mean the same thing as shared. Display target means
that the surface should be presentable, for softpipe this
means that it should be backed by a hardware buffer.
/external/mesa3d/src/gallium/drivers/r300/r300_screen.c
b14548ea32000459f4f0c4b49f3fa11d1ee9c003 22-Feb-2010 Dave Airlie <airlied@redhat.com> Revert "r300g: rebuild winsys/pipe buffer handling and add buffer map"

This reverts commit fff5be8e7b4557c221f2425dcafc2e7cbbba76ba.

Probably went too soon with this, dileX reported OA not working for him
it works here fine, but the optimisations I wanted aren't working properly
yet so I'll fix that now.

Signed-off-by: Dave Airlie <airlied@redhat.com>
/external/mesa3d/src/gallium/drivers/r300/r300_screen.c
fff5be8e7b4557c221f2425dcafc2e7cbbba76ba 12-Feb-2010 Dave Airlie <airlied@redhat.com> r300g: rebuild winsys/pipe buffer handling and add buffer map

This creates a cleaner winsys and drop the simple screen stuff.

It makes r300g use pb_bufmgr structs and adds usage of the cached
bufmgr for vertex/index buffers.

It also avoids mapping too often.

I'm not 100% sure this is perfect but it won't find its own bugs.

Signed-off-by: Dave Airlie <airlied@redhat.com>
/external/mesa3d/src/gallium/drivers/r300/r300_screen.c
3c244dac47195cce3fdcb05176e38d33b2cad8ed 20-Feb-2010 Marek Olšák <maraeo@gmail.com> r300g: precompute framebuffer register values
/external/mesa3d/src/gallium/drivers/r300/r300_screen.c
7a087e1d6f6eb3ff4b78e34ba7b59b6fc5082bc1 21-Feb-2010 Marek Olšák <maraeo@gmail.com> r300g: add all missing colorbuffer formats
/external/mesa3d/src/gallium/drivers/r300/r300_screen.c
5c14fd1743701776d128c2c1d25244f4de371ebe 20-Feb-2010 Marek Olšák <maraeo@gmail.com> r300g: make r300_translate_texformat private

Unlikely to increase performance from inlining.

And partially expose it through r300_is_sampler_format_supported.
/external/mesa3d/src/gallium/drivers/r300/r300_screen.c
71214c640c8b20020ead13897c76b9b6773126ba 19-Feb-2010 Corbin Simpson <MostAwesomeDude@gmail.com> Revert "r300g: remove L8_UNORM from colorbuffer formats"

This reverts commit fc427d23439a2702068209957f08990ea29fe21b.

At least xorg uses this, and just because something is not used in
OpenGL is *never* a valid reason to remove functionality from Gallium.
If something lacks a test, go add a test, don't remove features.
/external/mesa3d/src/gallium/drivers/r300/r300_screen.c
fc427d23439a2702068209957f08990ea29fe21b 19-Feb-2010 Marek Olšák <maraeo@gmail.com> r300g: remove L8_UNORM from colorbuffer formats

Not renderable in OpenGL anyway.
/external/mesa3d/src/gallium/drivers/r300/r300_screen.c
ca0e88ce9298516087825758dd97dd0636d9f19c 18-Feb-2010 Marek Olšák <maraeo@gmail.com> r300g: add support for all missing non-FP sampler formats

The idea is to directly parse the format description in
r300_translate_texformat and return ~0 if the format is unsupported.
/external/mesa3d/src/gallium/drivers/r300/r300_screen.c
d3d3345cb840bdfb4a0040ca86e8a588e9b68051 15-Feb-2010 Marek Olšák <maraeo@gmail.com> r300g: fix the size of constant buffers

4 more piglit tests pass, sweet.
/external/mesa3d/src/gallium/drivers/r300/r300_screen.c
71ac9551c49387813fcf3e6e88778081bf7306fe 07-Feb-2010 Marek Olšák <maraeo@gmail.com> r300g: fix texture formats: A4R4G4B4_UNORM, A1R5G5B5_UNORM, R5G6B5_UNORM
/external/mesa3d/src/gallium/drivers/r300/r300_screen.c
06f76e4a6b8a3949918e55643f39525de1276815 14-Feb-2010 José Fonseca <jfonseca@vmware.com> r300g: Use util_format_name().
/external/mesa3d/src/gallium/drivers/r300/r300_screen.c
8e2f9f4009ae9974a1fd51466a1e8080bdcdbdc0 12-Feb-2010 Marek Olšák <maraeo@gmail.com> r300g: disable independent blend enables

Not supported by r300.
/external/mesa3d/src/gallium/drivers/r300/r300_screen.c
67b60b99348f50ead92e617a5085422da9d8c022 09-Feb-2010 Corbin Simpson <MostAwesomeDude@gmail.com> r300g: Correct colorbuffer measurements.

Also clarify changes from pointminmax.
/external/mesa3d/src/gallium/drivers/r300/r300_screen.c
7f41f5447c8f9113c8956901e1c5fff6081ecd94 08-Feb-2010 Keith Whitwell <keithw@vmware.com> gallium: squash-merge of gallium screen context

Squashed commit of the following:

commit 009598122adf5cad42bf9af067eccaf8e89e1233
Author: Christoph Bumiller <e0425955@student.tuwien.ac.at>
Date: Mon Feb 8 11:03:26 2010 +0000

nouveau: fix gallium-screen-context branch fallout

commit 7b2ffc2019d72e833afea7eebf3e80121187375d
Merge: 51e190e c036d13
Author: Keith Whitwell <keithw@vmware.com>
Date: Fri Feb 5 09:55:02 2010 +0000

Merge commit 'origin/master' into gallium-screen-context

Conflicts:
src/gallium/winsys/drm/nouveau/drm/nouveau_drm_api.c

This branch has got a pretty tortured history now, I expect
a squash merge will be appropriate when it is done.

commit 51e190e95acf120f72768fafb29e9721e358df1b
Author: Keith Whitwell <keithw@vmware.com>
Date: Thu Feb 4 17:58:02 2010 +0000

gallium: fix some build issues

commit f524bdaa723fb181637ad30c6ad708aeedabe25b
Merge: f906212 3aba0a2
Author: Keith Whitwell <keithw@vmware.com>
Date: Thu Feb 4 17:51:32 2010 +0000

Merge commit 'origin/master' into gallium-screen-context

commit f9062126883199eabf045714c717cd35f4b7b313
Author: Keith Whitwell <keithw@vmware.com>
Date: Thu Feb 4 17:17:12 2010 +0000

gallium/docs: small description of screen::create_context

commit efcb37bd3d5ed37f06c6105bd2d750b374ec0927
Author: Keith Whitwell <keithw@vmware.com>
Date: Thu Feb 4 16:42:42 2010 +0000

drm/radeon: more dead create_context wrapper removal

commit 6badc0dd9e06cf2ec936940bcf12b9ef5324b301
Author: Keith Whitwell <keithw@vmware.com>
Date: Thu Feb 4 16:42:30 2010 +0000

drm/i965: more dead create_context wrapper removal

commit cf04ebd5a54b18b2d894cfdab2b0f2fd55626ffc
Author: Keith Whitwell <keithw@vmware.com>
Date: Thu Feb 4 16:42:05 2010 +0000

st/python: more dead create_context wrapper removal

commit 444f114c3516abf71c430e6e9d0d2ae3b80679d3
Author: Keith Whitwell <keithw@vmware.com>
Date: Thu Feb 4 16:37:58 2010 +0000

idenity: wrapped context creation

commit 5a6d09cb9e468d1ee6c8d54b887618819d8d94f2
Author: Keith Whitwell <keithw@vmware.com>
Date: Thu Feb 4 16:28:47 2010 +0000

ws/gdi: remove dead context_create wrapper

commit 132b55f4bec39386ac625f09aaa11f609664024c
Author: Keith Whitwell <keithw@vmware.com>
Date: Thu Feb 4 16:27:52 2010 +0000

ws/gdi: remove dead context_create wrapper

commit 56d2d21a0cdcb197a364049d354c2f15a4fc026a
Author: Keith Whitwell <keithw@vmware.com>
Date: Thu Feb 4 16:25:38 2010 +0000

st/xorg: use screen::context_create

commit 838c5cfe56b2af6c644909bed3c5e7cdd64c336a
Author: Keith Whitwell <keithw@vmware.com>
Date: Thu Feb 4 16:23:20 2010 +0000

glx/xlib: simplify creation of trace-wrapped contexts

Trace screen knows how to properly wrap context creation in the
wrapped screen, so nothing special to do here.

commit c99404c03ebaec4175f08a2f363e43c9085f2635
Author: Keith Whitwell <keithw@vmware.com>
Date: Thu Feb 4 16:18:24 2010 +0000

st/python: no need to special case context creation for trace

commit 193a527a682b6877bb1faecd8092df4dfd055a18
Author: Keith Whitwell <keithw@vmware.com>
Date: Thu Feb 4 16:15:30 2010 +0000

drm/radeon: remove dead create_context declaration

commit bb984eecc25cf23bc77e1c818b81165ba1a07c9a
Author: Keith Whitwell <keithw@vmware.com>
Date: Thu Feb 4 16:14:58 2010 +0000

nv/drm: remove dead create_context ref

commit e809313a44287dc4e16c28e9e74ef3b2b5271aa1
Author: Keith Whitwell <keithw@vmware.com>
Date: Thu Feb 4 16:12:51 2010 +0000

st/egl: remove a layer of wrappers around screen::create_context

commit 39caa6672a04122f185c22e17aab86d1c40938bf
Author: Keith Whitwell <keithw@vmware.com>
Date: Thu Feb 4 16:05:28 2010 +0000

r300g: fill in screen::context_create

commit 407f12556d16ba0656774d8a1d9ebda22f82f473
Author: Keith Whitwell <keithw@vmware.com>
Date: Thu Feb 4 16:04:04 2010 +0000

cell: adapt for screen::create_context, untested

commit d02b0c6ce321a04c76fdabb09e0e4380ce1c1376
Author: Keith Whitwell <keithw@vmware.com>
Date: Thu Feb 4 15:50:24 2010 +0000

drm/nv: adapt for screen::create_context

All contexts now created directly through the screen, so remove
equivalent code here.

Remove apparently un-needed array of contexts in the winsys.

commit 53eec5b1349aa1b6892a75a7bff7e7530957aeae
Author: Keith Whitwell <keithw@vmware.com>
Date: Thu Feb 4 15:50:08 2010 +0000

stw: adapt for screen::create_context, untested

commit c6a64de3eb381bc9a88e9fbdecbf87d77925aaf5
Author: Keith Whitwell <keithw@vmware.com>
Date: Thu Feb 4 15:49:20 2010 +0000

trace: expose the wrapped context's priv data

If we are going to keep this priv idea, really want an accessor
function for it so that trace and other drivers can wrap that.

commit 75d6104e11d86ec2b0749627ed58e35f856ee6eb
Author: Keith Whitwell <keithw@vmware.com>
Date: Thu Feb 4 15:47:55 2010 +0000

nv30: adapt to screen::context_create

commit 12f5deb6ed9723e9b5d34577052b8365813ca14e
Author: Keith Whitwell <keithw@vmware.com>
Date: Thu Feb 4 15:44:47 2010 +0000

nv40: adapt to screen::context_create

commit 14baccaa3b6bbb3b91056126f6521828e786dc62
Author: Keith Whitwell <keithw@vmware.com>
Date: Thu Feb 4 15:35:27 2010 +0000

nv50: adapt to screen::create_context

Not build tested. Need to figure out how to build nouveau.

commit a0e94505ccd2d7f3e604465a2ac302f1286b73b6
Author: Keith Whitwell <keithw@vmware.com>
Date: Thu Feb 4 15:22:27 2010 +0000

llvmpipe: update for screen::create_context, untested

commit 0eae17107c950346030e4f7e0ec232f868d3893d
Author: Keith Whitwell <keithw@vmware.com>
Date: Thu Feb 4 15:16:57 2010 +0000

xlib/llvmpipe: remove dead winsys context creation path

commit 2f69f9ffaa7e2a01d2483277246ed13051ae4ca3
Author: Keith Whitwell <keithw@vmware.com>
Date: Thu Feb 4 14:58:27 2010 +0000

gallium: convert most code to use screen::create_context

I wish I could build all of gallium at once to find breakages.

commit d7b57f4061b82322cbcae176125913d9f0dea6c1
Author: Keith Whitwell <keithw@vmware.com>
Date: Thu Feb 4 12:46:21 2010 +0000

glx: permit building with older protocol headers

I'd like to be able to build mesa on current distro releases without
having to upgrade from the standard dri2proto and glproto headers. With
this change I'm able to build on ancient releases such as Ubuntu 9-10...

In general, it would be nice to be able to build-test mesa to check for
unintended breakages without having to follow the external dependencies
of every group working on the codebase.

commit 57adedd6fb06c98572ed8d4aef19203df4c4eea2
Merge: da71847 e1906ae
Author: Keith Whitwell <keithw@vmware.com>
Date: Thu Feb 4 11:38:15 2010 +0000

Merge commit 'origin/master' into gallium-screen-context

Conflicts:
src/gallium/drivers/softpipe/sp_video_context.h
src/gallium/drivers/trace/tr_context.c
src/gallium/state_trackers/wgl/shared/stw_context.c
src/gallium/winsys/gdi/gdi_softpipe_winsys.c

commit da71847ea6414d7e352c6094f8963bb4eda344dc
Author: José Fonseca <jfonseca@vmware.com>
Date: Sat May 2 08:57:39 2009 +0100

wgl: Use pipe_screen::context_create.

commit 2595a188f93fd903600ef5d8517737ee0592035d
Author: José Fonseca <jfonseca@vmware.com>
Date: Sat May 2 08:56:47 2009 +0100

trace: Implement pipe_screen::context_create.

commit f3640e4ae37a5260cbfba999d079f827de0a313a
Author: José Fonseca <jfonseca@vmware.com>
Date: Sat May 2 08:56:17 2009 +0100

softpipe: Implement pipe_screen::context_create.

commit 347266bddc8bd39c711bacb2193793759d0f3696
Author: José Fonseca <jfonseca@vmware.com>
Date: Sat May 2 08:55:31 2009 +0100

gallium: New pipe_screen::context_create callback.
/external/mesa3d/src/gallium/drivers/r300/r300_screen.c
f02aec35e77b1d3944506e7622a4212dc88f84b5 05-Feb-2010 Marek Olšák <maraeo@gmail.com> r300g: add L8_SRGB and A8L8_SRGB texture formats
/external/mesa3d/src/gallium/drivers/r300/r300_screen.c
28486880ca3ec39419ccee0cb1a3bedc9ef7117c 02-Feb-2010 José Fonseca <jfonseca@vmware.com> gallium: pipe/p_inlines.h -> util/u_inlines.h
/external/mesa3d/src/gallium/drivers/r300/r300_screen.c
2de590eacdebb2e34d451807d10fad4c52e2a5a7 01-Feb-2010 Vinson Lee <vlee@vmware.com> r300g: Fix memory leak on memory allocation failure.
/external/mesa3d/src/gallium/drivers/r300/r300_screen.c
b6ac2403aca240c72c8622ddbc3a4e123d5aa37f 30-Jan-2010 Corbin Simpson <MostAwesomeDude@gmail.com> r300g: Independent blend enables only work on r500.
/external/mesa3d/src/gallium/drivers/r300/r300_screen.c
bfbec0818f0e7ab9358809a1af732a1366245507 30-Jan-2010 Corbin Simpson <MostAwesomeDude@gmail.com> r300g: Dual-source blending isn't possible, period.
/external/mesa3d/src/gallium/drivers/r300/r300_screen.c
5a64bdaa0150c0d3883953237b7b8a910c98e5b3 30-Jan-2010 Mathias Fröhlich <Mathias.Froehlich@gmx.net> r300g: Add alpha render targets.

Signed-off-by: Corbin Simpson <MostAwesomeDude@gmail.com>
Tested-by: Mathias Fröhlich <Mathias.Froehlich@gmx.net>
/external/mesa3d/src/gallium/drivers/r300/r300_screen.c
6c403750d6515f8b2f333d995c87676016e1883d 21-Jan-2010 Luca Barbieri <luca@luca-barbieri.com> tgsi: add caps for fragment coord conventions (v3)

Changes in v3:
- Renumber caps to accomodate caps to add to master in the meantime
- Document caps
- Add unsupported caps to *_screen.c too

Changes in v2:
- Split for properties patch
- Use positive caps instead of negative caps

This adds 4 caps to indicate support of each of the fragment coord
conventions.

All drivers are also modifed to add the appropriate caps.

Some drivers were incorrectly using non-Gallium-default conventions,
and caps for them have them set so that they will behave correctly
after the later state tracker patches.

This drivers are softpipe/llvmpipe (uses integer rather than half
integer) and pre-nv50 Nouveau (uses lower left rather than upper left).

Other drivers might be broken. With this patchset, fixing them is
only a matter of exposing the appropriate caps that match the behavior
of the existing code.

Drivers are encouraged to support all conventions themselves for better
performance, and this feature is added to softpipe in a later patch.
/external/mesa3d/src/gallium/drivers/r300/r300_screen.c
00873227292df458b28249d7c3736d633e619dab 28-Jan-2010 Corbin Simpson <MostAwesomeDude@gmail.com> r300g: Clean up blend masks, change caps.

progs/tests/drawbuffers should work, except I can't test it. GG new
shader parser. GG.
/external/mesa3d/src/gallium/drivers/r300/r300_screen.c
9b346f83a7b672e913a7bb6a089d5dbd7fbdce06 28-Jan-2010 Roland Scheidegger <sroland@vmware.com> Merge commit 'origin/perrtblend'

Conflicts:
src/gallium/drivers/softpipe/sp_screen.c
src/gallium/include/pipe/p_defines.h
15e283669aa8832347b4733f9556efdb5692640e 27-Jan-2010 Corbin Simpson <MostAwesomeDude@gmail.com> r300g: Add A8_UNORM texture format.

Keeps teeworld happy.
/external/mesa3d/src/gallium/drivers/r300/r300_screen.c
786bd78be4a412e58ded6eed1d6d3e4a61b1ba2b 26-Jan-2010 Corbin Simpson <MostAwesomeDude@gmail.com> r300g: Per-MRT blending is not supported.
/external/mesa3d/src/gallium/drivers/r300/r300_screen.c
945cea01d9620ddd6a459e30517080e2bceb6bc5 17-Jan-2010 Corbin Simpson <MostAwesomeDude@gmail.com> r300g: Check for bogus texture targets.
/external/mesa3d/src/gallium/drivers/r300/r300_screen.c
c4a2f13a5c59f3527e4e04cb2d8f55e639e1fd46 17-Jan-2010 Marek Olšák <maraeo@gmail.com> r300g: simplify is_format_supported
/external/mesa3d/src/gallium/drivers/r300/r300_screen.c
8959608051ef8e4a97214323009d09c5e9e633fb 09-Jan-2010 Marek Olšák <maraeo@gmail.com> r300g: output texture debug messages if only RADEON_DEBUG=tex is set
/external/mesa3d/src/gallium/drivers/r300/r300_screen.c
08edbe9f14712f719f838769c61123f83768af76 09-Jan-2010 Marek Olšák <maraeo@gmail.com> r300g: move debug flags into r300_screen
/external/mesa3d/src/gallium/drivers/r300/r300_screen.c
ddfc4e31ada05148ed1eb56f89efe1decadbbde3 21-Dec-2009 Marek Olšák <maraeo@gmail.com> r300g: consolidate params
/external/mesa3d/src/gallium/drivers/r300/r300_screen.c
32d737397c2ac21a553a5557914fa741be89c8a9 20-Dec-2009 Corbin Simpson <MostAwesomeDude@gmail.com> r300g: Add a few more params.
/external/mesa3d/src/gallium/drivers/r300/r300_screen.c
b1ed72ebe2599ec178f51d86fd42f26486b9a19b 17-Dec-2009 Michal Krol <michal@vmware.com> Move the remaining format pf_get_* functions to u_format.h.

Previously they depended on format blocks, but after removing those
they started depending on format encoding.
/external/mesa3d/src/gallium/drivers/r300/r300_screen.c
c5e0b0bc37315cd29a84e71854dca951149b8bc8 13-Dec-2009 Marek Olšák <maraeo@gmail.com> r300g: add Z24X8 to the list of unsupported sampler formats on R3xx-R4xx
/external/mesa3d/src/gallium/drivers/r300/r300_screen.c
9c6a9363ef96c00dd0ad63e340b32479e43fea45 04-Dec-2009 Roland Scheidegger <sroland@vmware.com> Merge branch 'gallium-noblocks'

Conflicts:
src/gallium/state_trackers/xorg/xorg_exa.c
4f77b0103d5f150845300ee8bddcef20d11a9820 02-Dec-2009 Corbin Simpson <MostAwesomeDude@gmail.com> r300g, radeong: De-specialize r300_winsys into radeon_winsys.

There's like five good reasons for this, I swear.
/external/mesa3d/src/gallium/drivers/r300/r300_screen.c
c78748a5274e58bcbb122923edf81065be9bbe16 02-Dec-2009 Roland Scheidegger <sroland@vmware.com> gallium: adapt drivers to interface cleanups
/external/mesa3d/src/gallium/drivers/r300/r300_screen.c
3f60130b87a4a75f1b7cb6e0b854001bbe8f7ec8 31-Oct-2009 Marek Olšák <maraeo@gmail.com> r300g: pretend NPOT support

It's requires to get GL2.1, therefore, much more piglit tests can be used
for testing. Figure out later how to emulate this.
/external/mesa3d/src/gallium/drivers/r300/r300_screen.c
e7c8a2763855c35af1d141b67551b364e6579051 18-Oct-2009 Maciej Cencora <m.cencora@gmail.com> r300g: add some texture formats
/external/mesa3d/src/gallium/drivers/r300/r300_screen.c
827002f5ff990f8676385583275d6b8090abfb7a 26-Oct-2009 Marek Olšák <maraeo@gmail.com> r300g: add cubemap support

Also, set a pitch for rectangles only.
/external/mesa3d/src/gallium/drivers/r300/r300_screen.c
118dfe16887d1ec4d3b96d49b76fffa0d2924132 25-Oct-2009 Marek Olšák <maraeo@gmail.com> r300g: added support for 3D textures

Mipmaps not tested. Also, I am not sure why piglit/texturing/tex3d needs
to have color tolerance +-1 to pass. The classic Mesa driver doesn't
need that.
/external/mesa3d/src/gallium/drivers/r300/r300_screen.c
04ec113e09f6287f2c6b39bf0247e06839eaf7a8 22-Oct-2009 Corbin Simpson <MostAwesomeDude@gmail.com> r300g: Enable more stuff in r300_screen, cleanup comments.

Also enable 24-bit depth buffers without stencil.
/external/mesa3d/src/gallium/drivers/r300/r300_screen.c
6a448a525baf81173f92ee8c3074b98baa54397b 21-Oct-2009 Corbin Simpson <MostAwesomeDude@gmail.com> r300g: Cleanup header includes.
/external/mesa3d/src/gallium/drivers/r300/r300_screen.c
16a06fea73b1e6e8857f7568762bfc56dcfe2940 19-Oct-2009 Corbin Simpson <MostAwesomeDude@gmail.com> r300g: Fix up a bunch of warnings.
/external/mesa3d/src/gallium/drivers/r300/r300_screen.c
bfd877e4705002d97ee8dba6fe0c1f8676582ab3 18-Oct-2009 Corbin Simpson <MostAwesomeDude@gmail.com> r300g: Squash format warning.

Won't ever be supported.
/external/mesa3d/src/gallium/drivers/r300/r300_screen.c
c1bee7bdea470b6b5dcebef9aacc8fe4feca687c 14-Oct-2009 Dave Airlie <airlied@redhat.com> r300g: fixup arb occulsion query support.

1: add rv530 support
- num z pipes cap
- add proper start/finish query options for rv530

2: convert to use linked list properly.

3: add flushing required check.

4: initial Z top disabling support.

TODO:
make it actually work on my rv530.
/external/mesa3d/src/gallium/drivers/r300/r300_screen.c
36ccdf09b8483305c7fa1366de9df2dea2fd6985 07-Oct-2009 Corbin Simpson <MostAwesomeDude@gmail.com> r300g: Prevent multiple-use textures from getting incorrectly approved.
/external/mesa3d/src/gallium/drivers/r300/r300_screen.c
05fc9cdfdfceaf7ca1db64bf1feccf649fe4c907 07-Oct-2009 Corbin Simpson <MostAwesomeDude@gmail.com> r300g: Clean up texture formats.
/external/mesa3d/src/gallium/drivers/r300/r300_screen.c
2a929a08ab4fa4501dca88cc988cbf469b7deeb5 01-Oct-2009 Corbin Simpson <MostAwesomeDude@gmail.com> r300g: xRGB and RGBx formats.

We now have 48 GLX visuals. Pretty soon, we'll have 90+ visuals,
only five of which ever get tested. :3
/external/mesa3d/src/gallium/drivers/r300/r300_screen.c
47e41b024e325f69ed514e551a6824afa58f1db6 02-Oct-2009 Michel Dänzer <daenzer@vmware.com> gallium: Preparations for adding more PIPE_TRANSFER_* usage flags.

Always test for PIPE_TRANSFER_READ/WRITE using the bit-wise and operator, and
add a pipe_transfer_buffer_flags() helper for getting the buffer usage flags
corresponding to them.
/external/mesa3d/src/gallium/drivers/r300/r300_screen.c
28f531e3fe95c9fad2bf2f09aef0343ab079bff2 26-Sep-2009 Dave Airlie <airlied@redhat.com> r300g: report GL1.5, enable cap bits for OQ and shadow.

Its not like it works well on 1.3 so may as well reach for greater
heights.

Signed-off-by: Dave Airlie <airlied@redhat.com>
/external/mesa3d/src/gallium/drivers/r300/r300_screen.c
c29905aa318cf9ed782935552fa983b048646984 16-Sep-2009 José Fonseca <jfonseca@vmware.com> gallium: Deprecate PIPE_CAP_S3TC.

No longer used. S3TC support is queried via
pipe_screen::is_format_supported.
/external/mesa3d/src/gallium/drivers/r300/r300_screen.c
3cb30e55e48d86aa5f660e670e055d6b258ea54a 12-Sep-2009 Nicolai Hähnle <nhaehnle@gmail.com> r300g: There is no such thing as "texture stride"

Individual texture images have a stride, but textures as a whole do not.

There are still pieces of code which are confused about this, but the core of
the confusion is hopefully gone.

Signed-off-by: Nicolai Hähnle <nhaehnle@gmail.com>
/external/mesa3d/src/gallium/drivers/r300/r300_screen.c
c63bd15f81cecfb421ff798a3e2d0f82b90331db 18-Aug-2009 Corbin Simpson <MostAwesomeDude@gmail.com> Revert "r300-gallium, radeon-gallium: Nuke gb_pipes from orbit."

This reverts commit 6a40d1e9d96f8e8c57bc3bbd6f567cacd4471f59.

Turns out that we *do* need these for OQ after all. Go figure.

Conflicts:

src/gallium/winsys/drm/radeon/core/radeon_r300.h
/external/mesa3d/src/gallium/drivers/r300/r300_screen.c
048f988aeb06fa360c6c41eaa50cb96b4b86e34e 04-Aug-2009 Michel Dänzer <daenzer@vmware.com> r300g: Slightly saner initialization of some texture / transfer fields.
/external/mesa3d/src/gallium/drivers/r300/r300_screen.c
256eacbde44829b6f3874743e8df6102ce7a6ef0 23-Jul-2009 Corbin Simpson <MostAwesomeDude@gmail.com> r300g: PIPE_CAP_BLEND_EQUATION_SEPARATE.
/external/mesa3d/src/gallium/drivers/r300/r300_screen.c
928a5684177fdb6cd013949348aee6078dd305c0 27-Jun-2009 Corbin Simpson <MostAwesomeDude@gmail.com> r300g: YCbCr and sRGB textures.
/external/mesa3d/src/gallium/drivers/r300/r300_screen.c
f150e05afcbce73ff8422ffef2ce02536f691f2c 27-Jun-2009 Corbin Simpson <MostAwesomeDude@gmail.com> r300g: Fix EXT_packed_depth_stencil functionality.

Allow Z24S8 to be a true texture.
/external/mesa3d/src/gallium/drivers/r300/r300_screen.c
6ebcdc754914bac7db005594a1495cceb6c3d85d 27-Jun-2009 Corbin Simpson <MostAwesomeDude@gmail.com> r300g: S3TC.

tests/texcompress2 doesn't work, but tests/texcmp does (more or less.)
/external/mesa3d/src/gallium/drivers/r300/r300_screen.c
7a3224c334a9a159f16e37672e4d8d833bc9bb52 27-Jun-2009 Corbin Simpson <MostAwesomeDude@gmail.com> r300g: Definitively forbid unusable Z buffer/stencil formats.
/external/mesa3d/src/gallium/drivers/r300/r300_screen.c
6a926f9997964df10cf77953b92d585b287c58a4 27-Jun-2009 Corbin Simpson <MostAwesomeDude@gmail.com> r300g: PIPE_CAP_TGSI_CONT_SUPPORTED.
/external/mesa3d/src/gallium/drivers/r300/r300_screen.c
27206add2738f9813d1e9f42fe3b1bdfbd9b8aa4 18-May-2009 Corbin Simpson <MostAwesomeDude@gmail.com> r300-gallium: Enable GLSL for r500.

Before you get all excited, this is *not* to be construed as actual support
for GLSL shaders. The GL version is still 1.3, and stuff still sucks. Just
flicking it on so that it can be tested and developed a bit easier.
/external/mesa3d/src/gallium/drivers/r300/r300_screen.c
6a40d1e9d96f8e8c57bc3bbd6f567cacd4471f59 18-May-2009 Corbin Simpson <MostAwesomeDude@gmail.com> r300-gallium, radeon-gallium: Nuke gb_pipes from orbit.

See the previous commit for an explanation. This is just all the support code
for GB_TILE_CONFIG.
/external/mesa3d/src/gallium/drivers/r300/r300_screen.c
08ec7e0d329a72433b427e8167b2c3442d1f53b4 16-May-2009 Corbin Simpson <MostAwesomeDude@gmail.com> r300-gallium: Die on bad texture formats.

Odds are good that we'll die later anyway, so we might as well do it before
we start dancing on random memory.
/external/mesa3d/src/gallium/drivers/r300/r300_screen.c
17b395638b92139feef9beaea4039f76710bb23a 16-May-2009 Corbin Simpson <MostAwesomeDude@gmail.com> r300-gallium: Update floating-point params too.

Even though we *can* render 10,000-pixel-wide lines, let's not advertise it.
/external/mesa3d/src/gallium/drivers/r300/r300_screen.c
13f8e7bc9c5b4a7de0fe4f53af2eb6237b3e71fd 16-May-2009 Corbin Simpson <MostAwesomeDude@gmail.com> r300-gallium: Update screen caps.

Anisotropic filtering should work, and OQ is broken.
/external/mesa3d/src/gallium/drivers/r300/r300_screen.c
d559796d6f13579ecf921a63d9f0c6c6342dc230 10-Mar-2009 Corbin Simpson <MostAwesomeDude@gmail.com> r300-gallium: Initial, broken, query setup.

Not going to bother unbreaking it here until it's unbroken elsewhere.
/external/mesa3d/src/gallium/drivers/r300/r300_screen.c
5e27cd46c04a9e7b5904cc014bffd0f4daae31fe 04-Mar-2009 Michel Dänzer <daenzer@vmware.com> gallium: Unify reference counting.

The core reference counting code is centralized in p_refcnt.h.

This has some consequences related to struct pipe_buffer:

* The screen member of struct pipe_buffer must be initialized, or
pipe_buffer_reference() will crash trying to destroy a buffer with reference
count 0. u_simple_screen takes care of this, but I may have missed some of
the drivers not using it.
* Except for rare exceptions deep in winsys code, buffers must always be
allocated via pipe_buffer_create() or via screen->*buffer_create() rather
than via winsys->*buffer_create().
/external/mesa3d/src/gallium/drivers/r300/r300_screen.c
9e67b0a1745e50fe34efedb0a3191b4a27e10724 04-Mar-2009 Corbin Simpson <MostAwesomeDude@gmail.com> r300-gallium, radeon-gallium: Begin migration to DRI2 state tracker, part 1.

s/migration/migrane/ , actually. Anyway, this has working glxinfo...
/external/mesa3d/src/gallium/drivers/r300/r300_screen.c
5f1fdaabd1686c37c45f3ad4cf125fce1df3a4a8 28-Feb-2009 Corbin Simpson <MostAwesomeDude@gmail.com> r300-gallium: Cleanup color formats.
/external/mesa3d/src/gallium/drivers/r300/r300_screen.c
4ef8c047ea4cdbf9bc31920d58205620b857fe3c 27-Feb-2009 Corbin Simpson <MostAwesomeDude@gmail.com> r300-gallium: Add RS600 chipsets.
/external/mesa3d/src/gallium/drivers/r300/r300_screen.c
4776ebc648c6793b1d001ae2f46a673a19ab5ff3 21-Feb-2009 Joakim Sindholt <opensource@zhasha.com> r300-gallium: Add all supported 2d texture formats
/external/mesa3d/src/gallium/drivers/r300/r300_screen.c
310ea0354c75be693874bd63b5508eb7b3107f27 18-Feb-2009 Joakim Sindholt <opensource@zhasha.com> r300-gallium: implement simple pipe_transfer Basically make the driver compile and behave like it did before the gallium-texture-transfer merge
/external/mesa3d/src/gallium/drivers/r300/r300_screen.c
5352ec3b870706467b538595d90bfacbef0f98d5 14-Feb-2009 Corbin Simpson <MostAwesomeDude@gmail.com> r300-gallium: Update r300_screen comments and add a few formats.
/external/mesa3d/src/gallium/drivers/r300/r300_screen.c
9a20ef0a52f8c4efd7431ccd59e32efecdc33893 14-Feb-2009 Corbin Simpson <MostAwesomeDude@gmail.com> r300-gallium: Enable all four colorbuffer render targets.

As far as I can tell all the state emission necessary has been set up.
Well, except for the fragment shader, but c'mon, gimme a break. :3
/external/mesa3d/src/gallium/drivers/r300/r300_screen.c
ea3398cf3395fd36ac6edc717f2680361ac5e239 08-Feb-2009 Corbin Simpson <MostAwesomeDude@gmail.com> r300: Update to match pipe_surface changes.
/external/mesa3d/src/gallium/drivers/r300/r300_screen.c
e1b04da9b35aad1f474f7396f206a7c124c6859b 03-Feb-2009 Joakim Sindholt <bacn@zhasha.com> r300: fix compiler/linker errors
/external/mesa3d/src/gallium/drivers/r300/r300_screen.c
fa3c59136e9dd788ee7d3689b6cb89dd27040a9e 03-Feb-2009 Corbin Simpson <MostAwesomeDude@gmail.com> r300: Take care of some XXXes.
/external/mesa3d/src/gallium/drivers/r300/r300_screen.c
38f610e5360a2beb46f92e75942745cfbfbac22a 02-Feb-2009 Corbin Simpson <MostAwesomeDude@gmail.com> r300: Add u_simple_screen support.
/external/mesa3d/src/gallium/drivers/r300/r300_screen.c
57b062f77551f0111fd210a2d8dd44be6acfc818 24-Jan-2009 Corbin Simpson <MostAwesomeDude@gmail.com> r300: Make format names legible.
/external/mesa3d/src/gallium/drivers/r300/r300_screen.c
f045988ee101fbef77f280f37f56967e6a95c5f2 24-Jan-2009 Corbin Simpson <MostAwesomeDude@gmail.com> r300: Add more capabilities.
/external/mesa3d/src/gallium/drivers/r300/r300_screen.c
f2a7d4f2e8e890e69e1dfa9067db4e90df63989f 24-Jan-2009 Corbin Simpson <MostAwesomeDude@gmail.com> r300: Newlines, dammit!
/external/mesa3d/src/gallium/drivers/r300/r300_screen.c
902b1be0ea2a7fea27cea26915db5977f9a8f76c 24-Jan-2009 Corbin Simpson <MostAwesomeDude@gmail.com> r300: Add some useful debugging information; remove a couple compile warnings.

Deck chairs on the Titanic.
/external/mesa3d/src/gallium/drivers/r300/r300_screen.c
1a5eea0c1e9ce6162ed6b07c337bffe62cb3c221 24-Jan-2009 Corbin Simpson <MostAwesomeDude@gmail.com> r300: Finish basic state setup.

I have successfully fooled glxinfo into believing that I am a competent
writer of code. Next step is to trick trivial/clear.
/external/mesa3d/src/gallium/drivers/r300/r300_screen.c
0648bc9f65f1c6700b442e57ac0e82404fb60c2d 23-Jan-2009 Corbin Simpson <MostAwesomeDude@gmail.com> r300: Add texture stubs.
/external/mesa3d/src/gallium/drivers/r300/r300_screen.c
ecb7f29f74c8f7456302267fe31b1de4bcc103c5 22-Jan-2009 Corbin Simpson <MostAwesomeDude@gmail.com> amd/r300: Wire up GETPARAM ioctls.

Whoo, stuff is starting to look cleaner and cleaner.
/external/mesa3d/src/gallium/drivers/r300/r300_screen.c
8d1f386dcbdabaa4edf0301267f881e3831ad18a 21-Jan-2009 Corbin Simpson <MostAwesomeDude@gmail.com> r300: Set floating-point params.

Note: I took those numbers from classic Mesa. I know that points are routinely
used to clear buffers, but line width is probably wrong.
/external/mesa3d/src/gallium/drivers/r300/r300_screen.c
54d137e079b9420e8aca55f37307ece45e9b71d8 21-Jan-2009 Corbin Simpson <MostAwesomeDude@gmail.com> r300: Fix indenting.
/external/mesa3d/src/gallium/drivers/r300/r300_screen.c
2b9ecaa6dd7d4282f1f8796d151bdda0390ab51f 21-Jan-2009 Corbin Simpson <MostAwesomeDude@gmail.com> r300: Fix missing free().
/external/mesa3d/src/gallium/drivers/r300/r300_screen.c
43f20357c8db2c90ae1f8360dbc2c71762a0478e 20-Jan-2009 Corbin Simpson <MostAwesomeDude@gmail.com> r300: Use chip caps for something.

Step two: Integration. Yay?

Time to stop messing around with this and actually go do things.
/external/mesa3d/src/gallium/drivers/r300/r300_screen.c
538a8149af3fc773a3d1e15d113cb4e3fadc57cd 20-Jan-2009 Corbin Simpson <MostAwesomeDude@gmail.com> r300: Add chipset sorting and capabilities.

Part one: Capabilities from classic Mesa.

Damn, if only we didn't have so many fucking Radeons!
/external/mesa3d/src/gallium/drivers/r300/r300_screen.c
2e09845277ce75fa7d29020c5b119ad749522592 20-Jan-2009 Corbin Simpson <MostAwesomeDude@gmail.com> r300: Various flags, small state tracking things.

Getting these out of the way so more stuff can be put in.
/external/mesa3d/src/gallium/drivers/r300/r300_screen.c
7961974fc28257b293961d35f15c0ce7a85f2669 17-Jan-2009 Corbin Simpson <MostAwesomeDude@gmail.com> r300: Add a basic dirty state emit.

I feel strangely unproductive. Must be the cold.
/external/mesa3d/src/gallium/drivers/r300/r300_screen.c
fbeeb6675733f5b2da36d40b0142dadf8cc953b4 12-Jan-2009 Corbin Simpson <MostAwesomeDude@gmail.com> r300, amd: Make everything build. (Not necessarily work, mind you.)

Lots of structural work, especially in getting the two parts to talk nicely.

Todo:
- Get damn blitter working.
- Add CS flush.
- Reverse order of above two items.
/external/mesa3d/src/gallium/drivers/r300/r300_screen.c
ad14271425185c3535c389ca5bcd2d30c3368c32 09-Jan-2009 Corbin Simpson <MostAwesomeDude@gmail.com> gallium-r300: Max LOD bias is 16.0.
/external/mesa3d/src/gallium/drivers/r300/r300_screen.c
afe2de0a235f8e4312ecbb7275640502098a8a81 09-Jan-2009 Corbin Simpson <MostAwesomeDude@gmail.com> gallium-r300: Fit it all together now.

In theory, it could work, but there's still some very big gaps.
Anything marked with XXX should be taken care of first, probably.
/external/mesa3d/src/gallium/drivers/r300/r300_screen.c
3b37cb49b821dd0c59fd5361ada6c0df9ac07db8 09-Jan-2009 Corbin Simpson <MostAwesomeDude@gmail.com> gallium-r300: Make it build.

Still todo:
- Sort out winsys.
- Less suckage.
/external/mesa3d/src/gallium/drivers/r300/r300_screen.c
da1928d4a6d48e915960798015ed1f0c1fa95f0c 06-Jan-2009 Corbin Simpson <MostAwesomeDude@gmail.com> gallium-r300: Initial commit.

Or should it be r300-gallium? Meh, whatever.
/external/mesa3d/src/gallium/drivers/r300/r300_screen.c